MuxedAccountXdr

sealed class MuxedAccountXdr

XDR Source: union MuxedAccount switch (CryptoKeyType type) { case KEY_TYPE_ED25519: uint256 ed25519; case KEY_TYPE_MUXED_ED25519: struct { uint64 id; uint256 ed25519; } med25519; };

Inheritors

Types

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)