Aptos · Schema

UserTxnLimitsRequest_DelegationPoolDelegatorLimitsRequest

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

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