MempoolTransactionStatsResponseTxTypeCounts

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
TokenTransferfloat32
SmartContractfloat32
ContractCallfloat32
PoisonMicroblockfloat32

Methods

NewMempoolTransactionStatsResponseTxTypeCounts

func NewMempoolTransactionStatsResponseTxTypeCounts(tokenTransfer float32, smartContract float32, contractCall float32, poisonMicroblock float32, ) *MempoolTransactionStatsResponseTxTypeCounts

NewMempoolTransactionStatsResponseTxTypeCounts instantiates a new MempoolTransactionStatsResponseTxTypeCounts 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

NewMempoolTransactionStatsResponseTxTypeCountsWithDefaults

func NewMempoolTransactionStatsResponseTxTypeCountsWithDefaults() *MempoolTransactionStatsResponseTxTypeCounts

NewMempoolTransactionStatsResponseTxTypeCountsWithDefaults instantiates a new MempoolTransactionStatsResponseTxTypeCounts 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

GetTokenTransfer

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetTokenTransfer() float32

GetTokenTransfer returns the TokenTransfer field if non-nil, zero value otherwise.

GetTokenTransferOk

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetTokenTransferOk() (*float32, bool)

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

SetTokenTransfer

func (o *MempoolTransactionStatsResponseTxTypeCounts) SetTokenTransfer(v float32)

SetTokenTransfer sets TokenTransfer field to given value.

GetSmartContract

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetSmartContract() float32

GetSmartContract returns the SmartContract field if non-nil, zero value otherwise.

GetSmartContractOk

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetSmartContractOk() (*float32, bool)

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

SetSmartContract

func (o *MempoolTransactionStatsResponseTxTypeCounts) SetSmartContract(v float32)

SetSmartContract sets SmartContract field to given value.

GetContractCall

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetContractCall() float32

GetContractCall returns the ContractCall field if non-nil, zero value otherwise.

GetContractCallOk

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetContractCallOk() (*float32, bool)

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

SetContractCall

func (o *MempoolTransactionStatsResponseTxTypeCounts) SetContractCall(v float32)

SetContractCall sets ContractCall field to given value.

GetPoisonMicroblock

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetPoisonMicroblock() float32

GetPoisonMicroblock returns the PoisonMicroblock field if non-nil, zero value otherwise.

GetPoisonMicroblockOk

func (o *MempoolTransactionStatsResponseTxTypeCounts) GetPoisonMicroblockOk() (*float32, bool)

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

SetPoisonMicroblock

func (o *MempoolTransactionStatsResponseTxTypeCounts) SetPoisonMicroblock(v float32)

SetPoisonMicroblock sets PoisonMicroblock field to given value.

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