Class Eip155CreateProxiedOrderParams.Body
-
- All Implemented Interfaces:
public final class Eip155CreateProxiedOrderParams.BodyInput parameters for creating a proxied
OrderRequestfrom aEvmPreparedProxiedOrder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155CreateProxiedOrderParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringorderSignature()Signature of the order typed data, allowing Dinari to place the proxied order on behalf of the Wallet.final StringpermitSignature()Signature of the permit typed data, allowing Dinari to spend the payment token or dShare asset token on behalf of the owner. final StringpreparedProxiedOrderId()ID of the prepared proxied order to be submitted as a proxied order. final JsonField<String>_orderSignature()Returns the raw JSON value of orderSignature. final JsonField<String>_permitSignature()Returns the raw JSON value of permitSignature. final JsonField<String>_preparedProxiedOrderId()Returns the raw JSON value of preparedProxiedOrderId. final Map<String, JsonValue>_additionalProperties()final Eip155CreateProxiedOrderParams.Body.BuildertoBuilder()final Eip155CreateProxiedOrderParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155CreateProxiedOrderParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
orderSignature
final String orderSignature()
Signature of the order typed data, allowing Dinari to place the proxied order on behalf of the
Wallet.
-
permitSignature
final String permitSignature()
Signature of the permit typed data, allowing Dinari to spend the payment token or dShare asset token on behalf of the owner.
-
preparedProxiedOrderId
final String preparedProxiedOrderId()
ID of the prepared proxied order to be submitted as a proxied order.
-
_orderSignature
final JsonField<String> _orderSignature()
Returns the raw JSON value of orderSignature.
Unlike orderSignature, this method doesn't throw if the JSON field has an unexpected type.
-
_permitSignature
final JsonField<String> _permitSignature()
Returns the raw JSON value of permitSignature.
Unlike permitSignature, this method doesn't throw if the JSON field has an unexpected type.
-
_preparedProxiedOrderId
final JsonField<String> _preparedProxiedOrderId()
Returns the raw JSON value of preparedProxiedOrderId.
Unlike preparedProxiedOrderId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155CreateProxiedOrderParams.Body.Builder toBuilder()
-
validate
final Eip155CreateProxiedOrderParams.Body validate()
-
builder
final static Eip155CreateProxiedOrderParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.orderSignature() .permitSignature() .preparedProxiedOrderId()
-
-
-
-