Class Eip155SubmitParams.Body
-
- All Implemented Interfaces:
public final class Eip155SubmitParams.BodyInput parameters for creating a proxied
EIP155OrderRequestPermitTransaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155SubmitParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringorderRequestId()ID of the prepared proxied order to be submitted as a proxied order. 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 JsonField<String>_orderRequestId()Returns the raw JSON value of orderRequestId. final JsonField<String>_permitSignature()Returns the raw JSON value of permitSignature. final Map<String, JsonValue>_additionalProperties()final Eip155SubmitParams.Body.BuildertoBuilder()final Eip155SubmitParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155SubmitParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
orderRequestId
final String orderRequestId()
ID of the prepared proxied order to be submitted as a proxied order.
-
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.
-
_orderRequestId
final JsonField<String> _orderRequestId()
Returns the raw JSON value of orderRequestId.
Unlike orderRequestId, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155SubmitParams.Body.Builder toBuilder()
-
validate
final Eip155SubmitParams.Body validate()
-
builder
final static Eip155SubmitParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.orderRequestId() .permitSignature()
-
-
-
-