Aptos · Schema

MoveStructField

Move struct field

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

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

JSON Schema

MoveStructField.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/MoveStructField.json",
  "title": "MoveStructField",
  "type": "object",
  "description": "Move struct field",
  "required": [
    "name",
    "type"
  ],
  "properties": {
    "name": {
      "$ref": "#/components/schemas/IdentifierWrapper"
    },
    "type": {
      "$ref": "#/components/schemas/MoveType"
    }
  }
}