Interface AensTransferOptions

Hierarchy

Properties

_expectedMineRate?: number
_maxPollInterval?: number
_microBlockCycle?: number
absoluteTtl?: boolean
aeppOrigin?: string
aeppRpcClientId?: string
authData?: AuthData | ((tx) => Promise<AuthData>)

Type declaration

    • (tx): Promise<AuthData>
    • Parameters

      • tx: `tx_${string}`

      Returns Promise<AuthData>

blocks?: number
confirm?: number | boolean
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
innerTx?: boolean
interval?: number
networkId?: string
nonce?: number = ...
onAccount: AccountBase
onCompiler?: CompilerBase
onNode: Node
ttl: undefined | number
verify?: boolean
version?: 1
waitMined?: boolean

Generated using TypeDoc