Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.42 KB

SubmitTxResult.md

File metadata and controls

93 lines (50 loc) · 2.42 KB

SubmitTxResult

Properties

Name Type Description Notes
TxId string
FromGroup int32
ToGroup int32

Methods

NewSubmitTxResult

func NewSubmitTxResult(txId string, fromGroup int32, toGroup int32, ) *SubmitTxResult

NewSubmitTxResult instantiates a new SubmitTxResult 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

NewSubmitTxResultWithDefaults

func NewSubmitTxResultWithDefaults() *SubmitTxResult

NewSubmitTxResultWithDefaults instantiates a new SubmitTxResult 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

GetTxId

func (o *SubmitTxResult) GetTxId() string

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

GetTxIdOk

func (o *SubmitTxResult) 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 *SubmitTxResult) SetTxId(v string)

SetTxId sets TxId field to given value.

GetFromGroup

func (o *SubmitTxResult) GetFromGroup() int32

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

GetFromGroupOk

func (o *SubmitTxResult) 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 *SubmitTxResult) SetFromGroup(v int32)

SetFromGroup sets FromGroup field to given value.

GetToGroup

func (o *SubmitTxResult) GetToGroup() int32

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

GetToGroupOk

func (o *SubmitTxResult) 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 *SubmitTxResult) SetToGroup(v int32)

SetToGroup sets ToGroup field to given value.

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