Name | Type | Description | Notes |
---|---|---|---|
BlockchainSpeficicData | DecodeRawTransactionHexRIS | ||
Size | int32 | Represents the total size of this transaction. | |
TransactionId | string | Represents the decoded transaction hex. |
func NewDecodeRawTransactionHexRI(blockchainSpeficicData DecodeRawTransactionHexRIS, size int32, transactionId string, ) *DecodeRawTransactionHexRI
NewDecodeRawTransactionHexRI instantiates a new DecodeRawTransactionHexRI 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 NewDecodeRawTransactionHexRIWithDefaults() *DecodeRawTransactionHexRI
NewDecodeRawTransactionHexRIWithDefaults instantiates a new DecodeRawTransactionHexRI 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 *DecodeRawTransactionHexRI) GetBlockchainSpeficicData() DecodeRawTransactionHexRIS
GetBlockchainSpeficicData returns the BlockchainSpeficicData field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRI) GetBlockchainSpeficicDataOk() (*DecodeRawTransactionHexRIS, bool)
GetBlockchainSpeficicDataOk returns a tuple with the BlockchainSpeficicData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRI) SetBlockchainSpeficicData(v DecodeRawTransactionHexRIS)
SetBlockchainSpeficicData sets BlockchainSpeficicData field to given value.
func (o *DecodeRawTransactionHexRI) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRI) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRI) SetSize(v int32)
SetSize sets Size field to given value.
func (o *DecodeRawTransactionHexRI) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
func (o *DecodeRawTransactionHexRI) GetTransactionIdOk() (*string, bool)
GetTransactionIdOk returns a tuple with the TransactionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DecodeRawTransactionHexRI) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.