Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 7.74 KB

ConfirmedInternalTransactionForCertainAmountOrHigherDataItem.md

File metadata and controls

198 lines (105 loc) · 7.74 KB

ConfirmedInternalTransactionForCertainAmountOrHigherDataItem

Properties

Name Type Description Notes
Blockchain string Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
Network string Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten","mordor" are test networks.
Address string Defines the specific address of the internal transaction.
MinedInBlock AddressInternalTransactionConfirmedDataItemMinedInBlock
ParentTransactionId string Defines the Parent Transaction's unique ID.
OperationId string Defines the specific operation's unique ID.
Amount string Defines the amount of coins sent with the confirmed transaction.
Unit string Defines the unit of the transaction, e.g. Gwei.

Methods

NewConfirmedInternalTransactionForCertainAmountOrHigherDataItem

func NewConfirmedInternalTransactionForCertainAmountOrHigherDataItem(blockchain string, network string, address string, minedInBlock AddressInternalTransactionConfirmedDataItemMinedInBlock, parentTransactionId string, operationId string, amount string, unit string, ) *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem

NewConfirmedInternalTransactionForCertainAmountOrHigherDataItem instantiates a new ConfirmedInternalTransactionForCertainAmountOrHigherDataItem 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

NewConfirmedInternalTransactionForCertainAmountOrHigherDataItemWithDefaults

func NewConfirmedInternalTransactionForCertainAmountOrHigherDataItemWithDefaults() *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem

NewConfirmedInternalTransactionForCertainAmountOrHigherDataItemWithDefaults instantiates a new ConfirmedInternalTransactionForCertainAmountOrHigherDataItem 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

GetBlockchain

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetBlockchain() string

GetBlockchain returns the Blockchain field if non-nil, zero value otherwise.

GetBlockchainOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetBlockchainOk() (*string, bool)

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

SetBlockchain

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetBlockchain(v string)

SetBlockchain sets Blockchain field to given value.

GetNetwork

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetNetwork() string

GetNetwork returns the Network field if non-nil, zero value otherwise.

GetNetworkOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetNetworkOk() (*string, bool)

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

SetNetwork

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetNetwork(v string)

SetNetwork sets Network field to given value.

GetAddress

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAddressOk() (*string, bool)

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

SetAddress

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetAddress(v string)

SetAddress sets Address field to given value.

GetMinedInBlock

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetMinedInBlock() AddressInternalTransactionConfirmedDataItemMinedInBlock

GetMinedInBlock returns the MinedInBlock field if non-nil, zero value otherwise.

GetMinedInBlockOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetMinedInBlockOk() (*AddressInternalTransactionConfirmedDataItemMinedInBlock, bool)

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

SetMinedInBlock

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetMinedInBlock(v AddressInternalTransactionConfirmedDataItemMinedInBlock)

SetMinedInBlock sets MinedInBlock field to given value.

GetParentTransactionId

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetParentTransactionId() string

GetParentTransactionId returns the ParentTransactionId field if non-nil, zero value otherwise.

GetParentTransactionIdOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetParentTransactionIdOk() (*string, bool)

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

SetParentTransactionId

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetParentTransactionId(v string)

SetParentTransactionId sets ParentTransactionId field to given value.

GetOperationId

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetOperationId() string

GetOperationId returns the OperationId field if non-nil, zero value otherwise.

GetOperationIdOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetOperationIdOk() (*string, bool)

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

SetOperationId

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetOperationId(v string)

SetOperationId sets OperationId field to given value.

GetAmount

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAmount() string

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAmountOk() (*string, bool)

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

SetAmount

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetAmount(v string)

SetAmount sets Amount field to given value.

GetUnit

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetUnit() string

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetUnitOk() (*string, bool)

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

SetUnit

func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetUnit(v string)

SetUnit sets Unit field to given value.

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