Package org.stellar.sdk.xdr
Class SorobanTransactionMetaExtV1
java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionMetaExtV1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SorobanTransactionMetaExtV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SorobanTransactionMetaExtV1 encodedSorobanTransactionMetaExtV1) booleanstatic SorobanTransactionMetaExtV1fromXdrBase64(String xdr) static SorobanTransactionMetaExtV1fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint value) voidsetRentFeeCharged(Int64 value) voidvoidbyte[]
-
Constructor Details
-
SorobanTransactionMetaExtV1
public SorobanTransactionMetaExtV1()
-
-
Method Details
-
getExt
-
setExt
-
getTotalNonRefundableResourceFeeCharged
-
setTotalNonRefundableResourceFeeCharged
-
getTotalRefundableResourceFeeCharged
-
setTotalRefundableResourceFeeCharged
-
getRentFeeCharged
-
setRentFeeCharged
-
encode
public static void encode(XdrDataOutputStream stream, SorobanTransactionMetaExtV1 encodedSorobanTransactionMetaExtV1) 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
-