MuxedEd25519AccountXdr

data class MuxedEd25519AccountXdr(val id: Uint64Xdr, val ed25519: Uint256Xdr)

XDR Source: struct MuxedEd25519Account { uint64 id; uint256 ed25519; };

Constructors

Link copied to clipboard
constructor(id: Uint64Xdr, ed25519: Uint256Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)