Aptos · Schema

ExportedDKGTranscript

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
epoch object
author object
payload object
View JSON Schema on GitHub

JSON Schema

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