Variable $TransactionConst

$Transaction: {
    contains: readonly [{
        type: "Transaction_PendingTransaction";
    }, {
        type: "Transaction_UserTransaction";
    }, {
        type: "Transaction_GenesisTransaction";
    }, {
        type: "Transaction_BlockMetadataTransaction";
    }, {
        type: "Transaction_StateCheckpointTransaction";
    }];
    description: "Enum of the different types of transactions in Aptos";
    type: "one-of";
} = ...

Type declaration

  • contains: readonly [{
        type: "Transaction_PendingTransaction";
    }, {
        type: "Transaction_UserTransaction";
    }, {
        type: "Transaction_GenesisTransaction";
    }, {
        type: "Transaction_BlockMetadataTransaction";
    }, {
        type: "Transaction_StateCheckpointTransaction";
    }]
  • description: "Enum of the different types of transactions in Aptos"
  • type: "one-of"

Generated using TypeDoc