Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 785 Bytes

BlockchainOnchain.md

File metadata and controls

24 lines (12 loc) · 785 Bytes

BlockchainOnchain

Properties

Name Type Description Notes
protocol string The protocol of the blockchain [default to undefined]
test boolean Is test blockchain [default to undefined]
signingAlgo string Signing alghorithm [default to undefined]
chainId string Network/chain ID [optional] [default to undefined]

Enum: BlockchainOnchainSigningAlgoEnum

  • EcdsaSecp256K1 (value: 'ECDSA_SECP256K1')

  • EddsaEd25519 (value: 'EDDSA_ED25519')

[Back to top] [Back to API list] [Back to Model list] [Back to README]