Class Eip155PrepareProxiedOrderResponse.PermitTypedData
-
- All Implemented Interfaces:
public final class Eip155PrepareProxiedOrderResponse.PermitTypedDataEIP-712 typed data to be signed with a wallet.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEip155PrepareProxiedOrderResponse.PermitTypedData.BuilderA builder for PermitTypedData.
-
Method Summary
Modifier and Type Method Description final JsonValue_domain()Domain separator for the typed data. final JsonValue_message()Message to be signed. final StringprimaryType()Primary type of the typed data. final JsonValue_types()Types used in the typed data. final JsonField<String>_primaryType()Returns the raw JSON value of primaryType. final Map<String, JsonValue>_additionalProperties()final Eip155PrepareProxiedOrderResponse.PermitTypedData.BuildertoBuilder()final Eip155PrepareProxiedOrderResponse.PermitTypedDatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Eip155PrepareProxiedOrderResponse.PermitTypedData.Builderbuilder()Returns a mutable builder for constructing an instance of PermitTypedData. -
-
Method Detail
-
_message
final JsonValue _message()
Message to be signed. Contains the actual data that will be signed with the wallet.
-
primaryType
final String primaryType()
Primary type of the typed data.
-
_primaryType
final JsonField<String> _primaryType()
Returns the raw JSON value of primaryType.
Unlike primaryType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Eip155PrepareProxiedOrderResponse.PermitTypedData.Builder toBuilder()
-
validate
final Eip155PrepareProxiedOrderResponse.PermitTypedData validate()
-
builder
final static Eip155PrepareProxiedOrderResponse.PermitTypedData.Builder builder()
Returns a mutable builder for constructing an instance of PermitTypedData.
The following fields are required:
.domain() .message() .primaryType() .types()
-
-
-
-