Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.02 KB

BuildDeployContractTxResult.md

File metadata and controls

177 lines (94 loc) · 5.02 KB

BuildDeployContractTxResult

Properties

Name Type Description Notes
FromGroup int32
ToGroup int32
UnsignedTx string
GasAmount int32
GasPrice string
TxId string
ContractAddress string

Methods

NewBuildDeployContractTxResult

func NewBuildDeployContractTxResult(fromGroup int32, toGroup int32, unsignedTx string, gasAmount int32, gasPrice string, txId string, contractAddress string, ) *BuildDeployContractTxResult

NewBuildDeployContractTxResult instantiates a new BuildDeployContractTxResult 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

NewBuildDeployContractTxResultWithDefaults

func NewBuildDeployContractTxResultWithDefaults() *BuildDeployContractTxResult

NewBuildDeployContractTxResultWithDefaults instantiates a new BuildDeployContractTxResult 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

GetFromGroup

func (o *BuildDeployContractTxResult) GetFromGroup() int32

GetFromGroup returns the FromGroup field if non-nil, zero value otherwise.

GetFromGroupOk

func (o *BuildDeployContractTxResult) GetFromGroupOk() (*int32, bool)

GetFromGroupOk returns a tuple with the FromGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFromGroup

func (o *BuildDeployContractTxResult) SetFromGroup(v int32)

SetFromGroup sets FromGroup field to given value.

GetToGroup

func (o *BuildDeployContractTxResult) GetToGroup() int32

GetToGroup returns the ToGroup field if non-nil, zero value otherwise.

GetToGroupOk

func (o *BuildDeployContractTxResult) GetToGroupOk() (*int32, bool)

GetToGroupOk returns a tuple with the ToGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToGroup

func (o *BuildDeployContractTxResult) SetToGroup(v int32)

SetToGroup sets ToGroup field to given value.

GetUnsignedTx

func (o *BuildDeployContractTxResult) GetUnsignedTx() string

GetUnsignedTx returns the UnsignedTx field if non-nil, zero value otherwise.

GetUnsignedTxOk

func (o *BuildDeployContractTxResult) GetUnsignedTxOk() (*string, bool)

GetUnsignedTxOk returns a tuple with the UnsignedTx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUnsignedTx

func (o *BuildDeployContractTxResult) SetUnsignedTx(v string)

SetUnsignedTx sets UnsignedTx field to given value.

GetGasAmount

func (o *BuildDeployContractTxResult) GetGasAmount() int32

GetGasAmount returns the GasAmount field if non-nil, zero value otherwise.

GetGasAmountOk

func (o *BuildDeployContractTxResult) GetGasAmountOk() (*int32, bool)

GetGasAmountOk returns a tuple with the GasAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGasAmount

func (o *BuildDeployContractTxResult) SetGasAmount(v int32)

SetGasAmount sets GasAmount field to given value.

GetGasPrice

func (o *BuildDeployContractTxResult) GetGasPrice() string

GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.

GetGasPriceOk

func (o *BuildDeployContractTxResult) 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.

SetGasPrice

func (o *BuildDeployContractTxResult) SetGasPrice(v string)

SetGasPrice sets GasPrice field to given value.

GetTxId

func (o *BuildDeployContractTxResult) GetTxId() string

GetTxId returns the TxId field if non-nil, zero value otherwise.

GetTxIdOk

func (o *BuildDeployContractTxResult) GetTxIdOk() (*string, bool)

GetTxIdOk returns a tuple with the TxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTxId

func (o *BuildDeployContractTxResult) SetTxId(v string)

SetTxId sets TxId field to given value.

GetContractAddress

func (o *BuildDeployContractTxResult) GetContractAddress() string

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

GetContractAddressOk

func (o *BuildDeployContractTxResult) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContractAddress

func (o *BuildDeployContractTxResult) SetContractAddress(v string)

SetContractAddress sets ContractAddress field to given value.

[Back to Model list] [Back to API list] [Back to README]