Class Eip155PrepareProxiedOrderResponse
-
- All Implemented Interfaces:
public final class Eip155PrepareProxiedOrderResponsePrepared data for creating an
OrderRequestthrough the EVM proxied order API route.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155PrepareProxiedOrderResponse.BuilderA builder for Eip155PrepareProxiedOrderResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the EvmPreparedProxiedOrder. final OffsetDateTimedeadline()Deadline for the prepared order to be placed. final List<OrderFeeAmount>fees()Fees involved in the order. final EvmTypedDataorderTypedData()EIP-712 typed data to be signed with a wallet. final EvmTypedDatapermitTypedData()EIP-712 typed data to be signed with a wallet. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<OffsetDateTime>_deadline()Returns the raw JSON value of deadline. final JsonField<List<OrderFeeAmount>>_fees()Returns the raw JSON value of fees. final JsonField<EvmTypedData>_orderTypedData()Returns the raw JSON value of orderTypedData. final JsonField<EvmTypedData>_permitTypedData()Returns the raw JSON value of permitTypedData. final Map<String, JsonValue>_additionalProperties()final Eip155PrepareProxiedOrderResponse.BuildertoBuilder()final Eip155PrepareProxiedOrderResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155PrepareProxiedOrderResponse.Builderbuilder()Returns a mutable builder for constructing an instance of Eip155PrepareProxiedOrderResponse. -
-
Method Detail
-
deadline
final OffsetDateTime deadline()
Deadline for the prepared order to be placed.
-
fees
final List<OrderFeeAmount> fees()
Fees involved in the order. Provided here as a reference.
-
orderTypedData
final EvmTypedData orderTypedData()
EIP-712 typed data to be signed with a wallet.
-
permitTypedData
final EvmTypedData permitTypedData()
EIP-712 typed data to be signed with a wallet.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_deadline
final JsonField<OffsetDateTime> _deadline()
Returns the raw JSON value of deadline.
Unlike deadline, this method doesn't throw if the JSON field has an unexpected type.
-
_fees
final JsonField<List<OrderFeeAmount>> _fees()
Returns the raw JSON value of fees.
Unlike fees, this method doesn't throw if the JSON field has an unexpected type.
-
_orderTypedData
final JsonField<EvmTypedData> _orderTypedData()
Returns the raw JSON value of orderTypedData.
Unlike orderTypedData, this method doesn't throw if the JSON field has an unexpected type.
-
_permitTypedData
final JsonField<EvmTypedData> _permitTypedData()
Returns the raw JSON value of permitTypedData.
Unlike permitTypedData, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155PrepareProxiedOrderResponse.Builder toBuilder()
-
validate
final Eip155PrepareProxiedOrderResponse validate()
-
builder
final static Eip155PrepareProxiedOrderResponse.Builder builder()
Returns a mutable builder for constructing an instance of Eip155PrepareProxiedOrderResponse.
The following fields are required:
.id() .deadline() .fees() .orderTypedData() .permitTypedData()
-
-
-
-