Name | Type | Description | Notes |
---|---|---|---|
Tx | BaseTransactionToSignTx | ||
Submitted | bool |
func NewTransactionToSign(tx BaseTransactionToSignTx, submitted bool, ) *TransactionToSign
NewTransactionToSign instantiates a new TransactionToSign 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 NewTransactionToSignWithDefaults() *TransactionToSign
NewTransactionToSignWithDefaults instantiates a new TransactionToSign 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 *TransactionToSign) GetTx() BaseTransactionToSignTx
GetTx returns the Tx field if non-nil, zero value otherwise.
func (o *TransactionToSign) GetTxOk() (*BaseTransactionToSignTx, bool)
GetTxOk returns a tuple with the Tx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionToSign) SetTx(v BaseTransactionToSignTx)
SetTx sets Tx field to given value.
func (o *TransactionToSign) GetSubmitted() bool
GetSubmitted returns the Submitted field if non-nil, zero value otherwise.
func (o *TransactionToSign) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionToSign) SetSubmitted(v bool)
SetSubmitted sets Submitted field to given value.