Skip to content

Latest commit

History

History
15 lines (12 loc) 路 865 Bytes

AccountPublicKey.md

File metadata and controls

15 lines (12 loc) 路 865 Bytes

AccountPublicKey

Properties

Name Type Description Notes
Index string Index of the public key. [default to null]
PublicKey string Hex encoded public key. [default to null]
SigningAlgorithm *SigningAlgorithm [default to null]
HashingAlgorithm *HashingAlgorithm [default to null]
SequenceNumber string Current account sequence number. [default to null]
Weight string Weight of the key. [default to null]
Revoked bool Flag indicating whether the key is active or not. [default to null]

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