Aptos · Schema

BlockMetadataExtensionRandomnessAndDecKey

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
randomness object
decryption_key object
View JSON Schema on GitHub

JSON Schema

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