XdrConfigSettingContractLedgerCostV0 class Null safety
Constructors
- XdrConfigSettingContractLedgerCostV0(XdrUint32 _ledgerMaxReadLedgerEntries, XdrUint32 _ledgerMaxReadBytes, XdrUint32 _ledgerMaxWriteLedgerEntries, XdrUint32 _ledgerMaxWriteBytes, XdrUint32 _txMaxReadLedgerEntries, XdrUint32 _txMaxReadBytes, XdrUint32 _txMaxWriteLedgerEntries, XdrUint32 _txMaxWriteBytes, XdrInt64 _feeReadLedgerEntry, XdrInt64 _feeWriteLedgerEntry, XdrInt64 _feeRead1KB, XdrInt64 _feeWrite1KB, XdrInt64 _bucketListSizeBytes, XdrInt64 _bucketListFeeRateLow, XdrInt64 _bucketListFeeRateHigh, XdrUint32 _bucketListGrowthFactor)
Properties
- bucketListFeeRateHigh ↔ XdrInt64
-
read / write
- bucketListFeeRateLow ↔ XdrInt64
-
read / write
- bucketListGrowthFactor ↔ XdrUint32
-
read / write
- bucketListSizeBytes ↔ XdrInt64
-
read / write
- feeRead1KB ↔ XdrInt64
-
read / write
- feeReadLedgerEntry ↔ XdrInt64
-
read / write
- feeWrite1KB ↔ XdrInt64
-
read / write
- feeWriteLedgerEntry ↔ XdrInt64
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- ledgerMaxReadBytes ↔ XdrUint32
-
read / write
- ledgerMaxReadLedgerEntries ↔ XdrUint32
-
read / write
- ledgerMaxWriteBytes ↔ XdrUint32
-
read / write
- ledgerMaxWriteLedgerEntries ↔ XdrUint32
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- txMaxReadBytes ↔ XdrUint32
-
read / write
- txMaxReadLedgerEntries ↔ XdrUint32
-
read / write
- txMaxWriteBytes ↔ XdrUint32
-
read / write
- txMaxWriteLedgerEntries ↔ XdrUint32
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrConfigSettingContractLedgerCostV0 -
encode(
XdrDataOutputStream stream, XdrConfigSettingContractLedgerCostV0 encoded) → void