Package org.stellar.sdk.xdr
Class ConfigSettingContractBandwidthV0
java.lang.Object
org.stellar.sdk.xdr.ConfigSettingContractBandwidthV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ConfigSettingContractBandwidthV0 encodedConfigSettingContractBandwidthV0) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetFeeTxSize1KB(Int64 value) voidsetLedgerMaxTxsSizeBytes(Uint32 value) voidsetTxMaxSizeBytes(Uint32 value) byte[]
-
Constructor Details
-
ConfigSettingContractBandwidthV0
public ConfigSettingContractBandwidthV0()
-
-
Method Details
-
getLedgerMaxTxsSizeBytes
-
setLedgerMaxTxsSizeBytes
-
getTxMaxSizeBytes
-
setTxMaxSizeBytes
-
getFeeTxSize1KB
-
setFeeTxSize1KB
-
encode
public static void encode(XdrDataOutputStream stream, ConfigSettingContractBandwidthV0 encodedConfigSettingContractBandwidthV0) 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
-