Package org.stellar.sdk.xdr
Class CreateAccountOp
java.lang.Object
org.stellar.sdk.xdr.CreateAccountOp
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateAccountOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, CreateAccountOp encodedCreateAccountOp) booleanstatic CreateAccountOpfromXdrBase64(String xdr) static CreateAccountOpfromXdrByteArray(byte[] xdr) inthashCode()voidsetDestination(AccountID value) voidsetStartingBalance(Int64 value) byte[]
-
Constructor Details
-
CreateAccountOp
public CreateAccountOp()
-
-
Method Details
-
getDestination
-
setDestination
-
getStartingBalance
-
setStartingBalance
-
encode
public static void encode(XdrDataOutputStream stream, CreateAccountOp encodedCreateAccountOp) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-