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.
public final classEip155PrepareProxiedOrderResponse.Feepublic final classEip155PrepareProxiedOrderResponse.OrderTypedDataEIP-712 typed data to be signed with a wallet.
public final classEip155PrepareProxiedOrderResponse.PermitTypedDataEIP-712 typed data to be signed with a wallet.
-
Method Summary
-
-
Method Detail
-
deadline
final OffsetDateTime deadline()
Deadline for the prepared order to be placed.
-
fees
final List<Eip155PrepareProxiedOrderResponse.Fee> fees()
Fees involved in the order. Provided here as a reference.
-
orderTypedData
final Eip155PrepareProxiedOrderResponse.OrderTypedData orderTypedData()
EIP-712 typed data to be signed with a wallet.
-
permitTypedData
final Eip155PrepareProxiedOrderResponse.PermitTypedData 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<Eip155PrepareProxiedOrderResponse.Fee>> _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<Eip155PrepareProxiedOrderResponse.OrderTypedData> _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<Eip155PrepareProxiedOrderResponse.PermitTypedData> _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()
-
-
-
-