Name | Type | Description | Notes |
---|---|---|---|
DestinationType | MessageSignDestinationType | ||
Message | string | The raw data of the message to be signed, encoded in Base64 format. |
func NewEvmEIP191MessageSignDestination(destinationType MessageSignDestinationType, message string, ) *EvmEIP191MessageSignDestination
NewEvmEIP191MessageSignDestination instantiates a new EvmEIP191MessageSignDestination 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 NewEvmEIP191MessageSignDestinationWithDefaults() *EvmEIP191MessageSignDestination
NewEvmEIP191MessageSignDestinationWithDefaults instantiates a new EvmEIP191MessageSignDestination 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 *EvmEIP191MessageSignDestination) GetDestinationType() MessageSignDestinationType
GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.
func (o *EvmEIP191MessageSignDestination) 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 *EvmEIP191MessageSignDestination) SetDestinationType(v MessageSignDestinationType)
SetDestinationType sets DestinationType field to given value.
func (o *EvmEIP191MessageSignDestination) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *EvmEIP191MessageSignDestination) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvmEIP191MessageSignDestination) SetMessage(v string)
SetMessage sets Message field to given value.