Ed25519PublicKey
An Ed25519 public key.
type Ed25519PublicKey {
bytes: Base64
}
Fields
Ed25519PublicKey.bytes ● Base64 scalar
The raw public key bytes.
Implemented By
MultisigMemberPublicKey union
An Ed25519 public key.
type Ed25519PublicKey {
bytes: Base64
}
Ed25519PublicKey.bytes ● Base64 scalarThe raw public key bytes.
MultisigMemberPublicKey union