Type alias ContractTransactionMetadata

ContractTransactionMetadata: {
    amount?: Type;
    energy: Type;
    expiry?: Type;
    senderAddress: Type;
}

Metadata necessary for smart contract transactions

Type declaration

  • Optional amount?: Type

    Amount to include in the transaction. Defaults to 0

  • energy: Type

    Max energy to be used for the transaction

  • Optional expiry?: Type

    Expiry date of the transaction. Defaults to 5 minutes in the future

  • senderAddress: Type

    The sender address of the transaction

Generated using TypeDoc