Aptos · Schema

FederatedKeyless

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
value object
View JSON Schema on GitHub

JSON Schema

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