Aptos · Schema

AbstractSignature

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
function_info string
auth_data object
View JSON Schema on GitHub

JSON Schema

AbstractSignature.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/AbstractSignature.json",
  "title": "AbstractSignature",
  "type": "object",
  "required": [
    "function_info",
    "auth_data"
  ],
  "properties": {
    "function_info": {
      "type": "string"
    },
    "auth_data": {
      "$ref": "#/components/schemas/HexEncodedBytes"
    }
  }
}