ClaimantXdr

sealed class ClaimantXdr

XDR Source: union Claimant switch (ClaimantType type) { case CLAIMANT_TYPE_V0: struct { AccountID destination; // The account that can use this condition ClaimPredicate predicate; // Claimable if predicate is true } v0; };

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class V0(val value: ClaimantV0Xdr) : ClaimantXdr

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)