Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.11 KB

DecodeRawTransactionHexRI.md

File metadata and controls

93 lines (50 loc) · 3.11 KB

DecodeRawTransactionHexRI

Properties

Name Type Description Notes
BlockchainSpeficicData DecodeRawTransactionHexRIS
Size int32 Represents the total size of this transaction.
TransactionId string Represents the decoded transaction hex.

Methods

NewDecodeRawTransactionHexRI

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

NewDecodeRawTransactionHexRIWithDefaults

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

GetBlockchainSpeficicData

func (o *DecodeRawTransactionHexRI) GetBlockchainSpeficicData() DecodeRawTransactionHexRIS

GetBlockchainSpeficicData returns the BlockchainSpeficicData field if non-nil, zero value otherwise.

GetBlockchainSpeficicDataOk

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.

SetBlockchainSpeficicData

func (o *DecodeRawTransactionHexRI) SetBlockchainSpeficicData(v DecodeRawTransactionHexRIS)

SetBlockchainSpeficicData sets BlockchainSpeficicData field to given value.

GetSize

func (o *DecodeRawTransactionHexRI) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *DecodeRawTransactionHexRI) SetSize(v int32)

SetSize sets Size field to given value.

GetTransactionId

func (o *DecodeRawTransactionHexRI) GetTransactionId() string

GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.

GetTransactionIdOk

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.

SetTransactionId

func (o *DecodeRawTransactionHexRI) SetTransactionId(v string)

SetTransactionId sets TransactionId field to given value.

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