Aptos · Schema

ReplayProtector_string(U64)

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

ReplayProtector_string(U64).json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/ReplayProtector_string(U64).json",
  "title": "ReplayProtector_string(U64)",
  "allOf": [
    {
      "type": "object",
      "required": [
        "type"
      ],
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "sequence_number"
          ],
          "example": "sequence_number"
        }
      }
    },
    {
      "$ref": "#/components/schemas/U64"
    }
  ]
}