Package org.stellar.sdk.xdr
Class CreateClaimableBalanceOp
java.lang.Object
org.stellar.sdk.xdr.CreateClaimableBalanceOp
CreateClaimableBalanceOp's original definition in the XDR file is:
struct CreateClaimableBalanceOp { Asset asset; int64 amount; Claimant claimants<10>; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static CreateClaimableBalanceOp
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static CreateClaimableBalanceOp
fromXdrBase64
(String xdr) static CreateClaimableBalanceOp
fromXdrByteArray
(byte[] xdr) getAsset()
Claimant[]
int
hashCode()
void
void
void
setClaimants
(Claimant[] claimants) toString()
default String
default byte[]
-
Constructor Details
-
CreateClaimableBalanceOp
public CreateClaimableBalanceOp() -
CreateClaimableBalanceOp
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getAsset
-
getAmount
-
getClaimants
-
setAsset
-
setAmount
-
setClaimants
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-