PublicKeyXdr

sealed class PublicKeyXdr

XDR Source: union PublicKey switch (PublicKeyType type) { case PUBLIC_KEY_TYPE_ED25519: uint256 ed25519; };

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Ed25519(val value: Uint256Xdr) : PublicKeyXdr

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)