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. |
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
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
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetBlockchain() string
GetBlockchain returns the Blockchain field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetBlockchain(v string)
SetBlockchain sets Blockchain field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetMinedInBlock() AddressInternalTransactionConfirmedDataItemMinedInBlock
GetMinedInBlock returns the MinedInBlock field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetMinedInBlock(v AddressInternalTransactionConfirmedDataItemMinedInBlock)
SetMinedInBlock sets MinedInBlock field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetParentTransactionId() string
GetParentTransactionId returns the ParentTransactionId field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetParentTransactionId(v string)
SetParentTransactionId sets ParentTransactionId field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetOperationId() string
GetOperationId returns the OperationId field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetOperationId(v string)
SetOperationId sets OperationId field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) GetUnit() string
GetUnit returns the Unit field if non-nil, zero value otherwise.
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.
func (o *ConfirmedInternalTransactionForCertainAmountOrHigherDataItem) SetUnit(v string)
SetUnit sets Unit field to given value.