Interface TronTransactionOptions

Hierarchy

Properties

callValue?: string | number
feeLimit?: number
onTransactionHash?: ((hash: string) => void)

Type declaration

    • (hash: string): void
    • Callback to be called, when user confirm swap transaction.

      Parameters

      • hash: string

        Transaction hash.

      Returns void

Generated using TypeDoc