Aptos · Schema

MoveResource

A parsed Move resource

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
type object
data object
View JSON Schema on GitHub

JSON Schema

MoveResource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/MoveResource.json",
  "title": "MoveResource",
  "type": "object",
  "description": "A parsed Move resource",
  "required": [
    "type",
    "data"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/MoveStructTag"
    },
    "data": {
      "$ref": "#/components/schemas/MoveStructValue"
    }
  }
}