| Name | Type | Description | Notes |
|---|---|---|---|
| From | []Source | ||
| GasPrice | Pointer to string | [optional] | |
| TargetBlockHash | Pointer to string | [optional] |
func NewBuildMultiAddressesTransaction(from []Source, ) *BuildMultiAddressesTransaction
NewBuildMultiAddressesTransaction instantiates a new BuildMultiAddressesTransaction 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 NewBuildMultiAddressesTransactionWithDefaults() *BuildMultiAddressesTransaction
NewBuildMultiAddressesTransactionWithDefaults instantiates a new BuildMultiAddressesTransaction 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 *BuildMultiAddressesTransaction) GetFrom() []Source
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *BuildMultiAddressesTransaction) GetFromOk() (*[]Source, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildMultiAddressesTransaction) SetFrom(v []Source)
SetFrom sets From field to given value.
func (o *BuildMultiAddressesTransaction) GetGasPrice() string
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *BuildMultiAddressesTransaction) GetGasPriceOk() (*string, bool)
GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildMultiAddressesTransaction) SetGasPrice(v string)
SetGasPrice sets GasPrice field to given value.
func (o *BuildMultiAddressesTransaction) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (o *BuildMultiAddressesTransaction) GetTargetBlockHash() string
GetTargetBlockHash returns the TargetBlockHash field if non-nil, zero value otherwise.
func (o *BuildMultiAddressesTransaction) GetTargetBlockHashOk() (*string, bool)
GetTargetBlockHashOk returns a tuple with the TargetBlockHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildMultiAddressesTransaction) SetTargetBlockHash(v string)
SetTargetBlockHash sets TargetBlockHash field to given value.
func (o *BuildMultiAddressesTransaction) HasTargetBlockHash() bool
HasTargetBlockHash returns a boolean if a field has been set.