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", are test networks. | |
Address | string | Defines the specific address to which the transaction has been sent. | |
MinedInBlock | AddressTokensTransactionConfirmedDataItemMinedInBlock | ||
TransactionId | string | Defines the unique ID of the specific transaction, i.e. its identification number. | |
CurrentConfirmations | int32 | Defines the number of currently received confirmations for the transaction. | |
TargetConfirmations | int32 | Defines the number of confirmation transactions requested as callbacks, i.e. the system can notify till the n-th confirmation. | |
TokenType | string | Defines the type of token sent with the transaction, e.g. ERC 20. | |
Token | AddressTokensTransactionConfirmedEachConfirmationToken | ||
Direction | string | Defines whether the transaction is "incoming" or "outgoing". |
func NewAddressTokensTransactionConfirmedEachConfirmationDataItem(blockchain string, network string, address string, minedInBlock AddressTokensTransactionConfirmedDataItemMinedInBlock, transactionId string, currentConfirmations int32, targetConfirmations int32, tokenType string, token AddressTokensTransactionConfirmedEachConfirmationToken, direction string, ) *AddressTokensTransactionConfirmedEachConfirmationDataItem
NewAddressTokensTransactionConfirmedEachConfirmationDataItem instantiates a new AddressTokensTransactionConfirmedEachConfirmationDataItem 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 NewAddressTokensTransactionConfirmedEachConfirmationDataItemWithDefaults() *AddressTokensTransactionConfirmedEachConfirmationDataItem
NewAddressTokensTransactionConfirmedEachConfirmationDataItemWithDefaults instantiates a new AddressTokensTransactionConfirmedEachConfirmationDataItem 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetBlockchain() string
GetBlockchain returns the Blockchain field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetBlockchain(v string)
SetBlockchain sets Blockchain field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetMinedInBlock() AddressTokensTransactionConfirmedDataItemMinedInBlock
GetMinedInBlock returns the MinedInBlock field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetMinedInBlockOk() (*AddressTokensTransactionConfirmedDataItemMinedInBlock, 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetMinedInBlock(v AddressTokensTransactionConfirmedDataItemMinedInBlock)
SetMinedInBlock sets MinedInBlock field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) 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 *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetCurrentConfirmations() int32
GetCurrentConfirmations returns the CurrentConfirmations field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetCurrentConfirmationsOk() (*int32, bool)
GetCurrentConfirmationsOk returns a tuple with the CurrentConfirmations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetCurrentConfirmations(v int32)
SetCurrentConfirmations sets CurrentConfirmations field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTargetConfirmations() int32
GetTargetConfirmations returns the TargetConfirmations field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTargetConfirmationsOk() (*int32, bool)
GetTargetConfirmationsOk returns a tuple with the TargetConfirmations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetTargetConfirmations(v int32)
SetTargetConfirmations sets TargetConfirmations field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTokenType() string
GetTokenType returns the TokenType field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTokenTypeOk() (*string, bool)
GetTokenTypeOk returns a tuple with the TokenType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetTokenType(v string)
SetTokenType sets TokenType field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetToken() AddressTokensTransactionConfirmedEachConfirmationToken
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetTokenOk() (*AddressTokensTransactionConfirmedEachConfirmationToken, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetToken(v AddressTokensTransactionConfirmedEachConfirmationToken)
SetToken sets Token field to given value.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddressTokensTransactionConfirmedEachConfirmationDataItem) SetDirection(v string)
SetDirection sets Direction field to given value.