Function getTxAdditionalFee

  • Name

    getTxAdditionalFee

    Summary

    Get the fee needed by Ternoa for specific transaction services.

    Description

    Some Ternoa's services required additional fees on top of chain gas fees, for example: minting a marketplace, minting an NFT or creating a capsule.

    Returns

    Fee estimation

    Parameters

    • txHex: `0x${string}`

      Transaction hex

    Returns Promise<BN>

Generated using TypeDoc