Aptos · Schema

WriteSetPayload

A writeset payload, used only for genesis

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
write_set object
View JSON Schema on GitHub

JSON Schema

WriteSetPayload.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/WriteSetPayload.json",
  "title": "WriteSetPayload",
  "type": "object",
  "description": "A writeset payload, used only for genesis",
  "required": [
    "write_set"
  ],
  "properties": {
    "write_set": {
      "$ref": "#/components/schemas/WriteSet"
    }
  }
}