Name | Type | Description | Notes |
---|---|---|---|
DestinationType | MessageSignDestinationType | ||
StructuredData | map[string]interface{} | The structured data to be signed, formatted as a JSON object according to the EIP-712 standard. |
func NewEvmEIP712MessageSignDestination(destinationType MessageSignDestinationType, structuredData map[string]interface{}, ) *EvmEIP712MessageSignDestination
NewEvmEIP712MessageSignDestination instantiates a new EvmEIP712MessageSignDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEvmEIP712MessageSignDestinationWithDefaults() *EvmEIP712MessageSignDestination
NewEvmEIP712MessageSignDestinationWithDefaults instantiates a new EvmEIP712MessageSignDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EvmEIP712MessageSignDestination) GetDestinationType() MessageSignDestinationType
GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.
func (o *EvmEIP712MessageSignDestination) GetDestinationTypeOk() (*MessageSignDestinationType, bool)
GetDestinationTypeOk returns a tuple with the DestinationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvmEIP712MessageSignDestination) SetDestinationType(v MessageSignDestinationType)
SetDestinationType sets DestinationType field to given value.
func (o *EvmEIP712MessageSignDestination) GetStructuredData() map[string]interface{}
GetStructuredData returns the StructuredData field if non-nil, zero value otherwise.
func (o *EvmEIP712MessageSignDestination) GetStructuredDataOk() (*map[string]interface{}, bool)
GetStructuredDataOk returns a tuple with the StructuredData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvmEIP712MessageSignDestination) SetStructuredData(v map[string]interface{})
SetStructuredData sets StructuredData field to given value.