Aptos · Schema

PersistedAuxiliaryInfo

API representation of persisted auxiliary transaction information

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
transaction_index integer Optional transaction index in the block (None indicates no auxiliary info available)
View JSON Schema on GitHub

JSON Schema

PersistedAuxiliaryInfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/PersistedAuxiliaryInfo.json",
  "title": "PersistedAuxiliaryInfo",
  "type": "object",
  "description": "API representation of persisted auxiliary transaction information",
  "properties": {
    "transaction_index": {
      "type": "integer",
      "format": "uint32",
      "description": "Optional transaction index in the block (None indicates no auxiliary info available)"
    }
  }
}