Aptos · Schema

Secp256k1Ecdsa

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC

Properties

Name Type Description
value object
View JSON Schema on GitHub

JSON Schema

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