Skip to content

Interface: ReturnStepWithRetryCheck

modules/domains.ReturnStepWithRetryCheck

Table of contents

Properties

Properties

info

info: string


next

next: (opt?: { retryCheck?: boolean }) => Promise<undefined | TransactionReceipt>

Type declaration

▸ (opt?): Promise<undefined | TransactionReceipt>

Parameters
Name Type
opt? Object
opt.retryCheck? boolean
Returns

Promise<undefined | TransactionReceipt>


tx

tx: EncodedCall