Class Eip155GetFeeQuoteResponse
-
- All Implemented Interfaces:
public final class Eip155GetFeeQuoteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155GetFeeQuoteResponse.BuilderA builder for Eip155GetFeeQuoteResponse.
public final classEip155GetFeeQuoteResponse.OrderFeeContractObjectOpaque fee quote object to pass into the contract when creating an
Orderdirectly through Dinari's smart contracts.
-
Method Summary
Modifier and Type Method Description final ChainchainId()CAIP-2 chain ID of the blockchain where the Orderwill be placedfinal Doublefee()The total quantity of the fees paid via payment token. final Eip155GetFeeQuoteResponse.OrderFeeContractObjectorderFeeContractObject()Opaque fee quote object to pass into the contract when creating an Orderdirectly through Dinari's smart contracts.final JsonField<Chain>_chainId()Returns the raw JSON value of chainId. final JsonField<Double>_fee()Returns the raw JSON value of fee. final JsonField<Eip155GetFeeQuoteResponse.OrderFeeContractObject>_orderFeeContractObject()Returns the raw JSON value of orderFeeContractObject. final Map<String, JsonValue>_additionalProperties()final Eip155GetFeeQuoteResponse.BuildertoBuilder()final Eip155GetFeeQuoteResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155GetFeeQuoteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of Eip155GetFeeQuoteResponse. -
-
Method Detail
-
orderFeeContractObject
final Eip155GetFeeQuoteResponse.OrderFeeContractObject orderFeeContractObject()
Opaque fee quote object to pass into the contract when creating an
Orderdirectly through Dinari's smart contracts.
-
_chainId
final JsonField<Chain> _chainId()
Returns the raw JSON value of chainId.
Unlike chainId, this method doesn't throw if the JSON field has an unexpected type.
-
_fee
final JsonField<Double> _fee()
Returns the raw JSON value of fee.
Unlike fee, this method doesn't throw if the JSON field has an unexpected type.
-
_orderFeeContractObject
final JsonField<Eip155GetFeeQuoteResponse.OrderFeeContractObject> _orderFeeContractObject()
Returns the raw JSON value of orderFeeContractObject.
Unlike orderFeeContractObject, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155GetFeeQuoteResponse.Builder toBuilder()
-
validate
final Eip155GetFeeQuoteResponse validate()
-
builder
final static Eip155GetFeeQuoteResponse.Builder builder()
Returns a mutable builder for constructing an instance of Eip155GetFeeQuoteResponse.
The following fields are required:
.chainId() .fee() .orderFeeContractObject()
-
-
-
-