ContractTransactionRequestInput: {
    contractId: BytesLike;
    txID?: BytesLike;
    txPointer: BytesLike;
    type: Contract;
}

Type declaration

  • contractId: BytesLike

    Contract ID

  • OptionaltxID?: BytesLike

    ID of the last transaction that modified the contract state (It can be zeroed if unsure)

  • txPointer: BytesLike

    Points to the TX whose output is being spent. (TxPointer)

  • type: Contract