Aptos · Schema

DeletedTableData

Deleted table data

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
key object Deleted key
key_type string Deleted key type
View JSON Schema on GitHub

JSON Schema

DeletedTableData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/DeletedTableData.json",
  "title": "DeletedTableData",
  "type": "object",
  "description": "Deleted table data",
  "required": [
    "key",
    "key_type"
  ],
  "properties": {
    "key": {
      "description": "Deleted key"
    },
    "key_type": {
      "type": "string",
      "description": "Deleted key type"
    }
  }
}