Name | Type | Description | Notes |
---|---|---|---|
DestinationType | MessageSignDestinationType | ||
MsgHash | string | Message hash to be signed, in hexadecimal format. |
func NewRawMessageSignDestination(destinationType MessageSignDestinationType, msgHash string, ) *RawMessageSignDestination
NewRawMessageSignDestination instantiates a new RawMessageSignDestination 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 NewRawMessageSignDestinationWithDefaults() *RawMessageSignDestination
NewRawMessageSignDestinationWithDefaults instantiates a new RawMessageSignDestination 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 *RawMessageSignDestination) GetDestinationType() MessageSignDestinationType
GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.
func (o *RawMessageSignDestination) 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 *RawMessageSignDestination) SetDestinationType(v MessageSignDestinationType)
SetDestinationType sets DestinationType field to given value.
func (o *RawMessageSignDestination) GetMsgHash() string
GetMsgHash returns the MsgHash field if non-nil, zero value otherwise.
func (o *RawMessageSignDestination) GetMsgHashOk() (*string, bool)
GetMsgHashOk returns a tuple with the MsgHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RawMessageSignDestination) SetMsgHash(v string)
SetMsgHash sets MsgHash field to given value.