Aptos · Schema

TransactionPayload_DeprecatedModuleBundlePayload

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

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