Package org.stellar.sdk.xdr
Class SCSpecFunctionInputV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecFunctionInputV0
SCSpecFunctionInputV0's original definition in the XDR file is:
struct SCSpecFunctionInputV0
{
string doc<SC_SPEC_DOC_LIMIT>;
string name<30>;
SCSpecTypeDef type;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecFunctionInputV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecFunctionInputV0fromXdrBase64(String xdr) static SCSpecFunctionInputV0fromXdrByteArray(byte[] xdr) getDoc()getName()getType()inthashCode()voidvoidvoidsetType(SCSpecTypeDef type) toString()default Stringdefault byte[]
-
Constructor Details
-
SCSpecFunctionInputV0
public SCSpecFunctionInputV0() -
SCSpecFunctionInputV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDoc
-
getName
-
getType
-
setDoc
-
setName
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-