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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static CreateClaimableBalanceOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic CreateClaimableBalanceOpfromXdrBase64(String xdr) static CreateClaimableBalanceOpfromXdrByteArray(byte[] xdr) getAsset()Claimant[]inthashCode()voidvoidvoidsetClaimants(Claimant[] claimants) toString()default Stringdefault 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
-