Name | Type | Description | Notes |
---|---|---|---|
AdditionalData | Pointer to string | Represents any additional data that may be needed. | [optional] |
DestinationTag | Pointer to int64 | [optional] | |
Index | int32 | Represents the index position of the transaction in the specific block. | |
MinedInBlockHeight | int32 | Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block. | |
Recipients | []ListXRPRippleTransactionsByBlockHashRIRecipientsInner | Represents an object of addresses that receive the transactions. | |
Senders | []ListXRPRippleTransactionsByBlockHashRISendersInner | Represents an object of addresses that provide the funds. | |
Sequence | int64 | Defines the transaction input's sequence as an integer, which is is used when transactions are replaced with newer versions before LockTime. | |
Status | string | Defines the status of the transaction. | |
Timestamp | int32 | Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed. | |
TransactionHash | string | Represents the same as `transactionId` for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocols `hash` is different from `transactionId` for SegWit transactions. | |
Type | string | Defines the type of the transaction. | |
Fee | ListXRPRippleTransactionsByBlockHashRIFee | ||
Offer | ListXRPRippleTransactionsByBlockHashRIOffer | ||
Receive | ListXRPRippleTransactionsByBlockHashRIReceive | ||
Value | ListXRPRippleTransactionsByBlockHashRIValue |
func NewListXRPRippleTransactionsByBlockHashRI(index int32, minedInBlockHeight int32, recipients []ListXRPRippleTransactionsByBlockHashRIRecipientsInner, senders []ListXRPRippleTransactionsByBlockHashRISendersInner, sequence int64, status string, timestamp int32, transactionHash string, type_ string, fee ListXRPRippleTransactionsByBlockHashRIFee, offer ListXRPRippleTransactionsByBlockHashRIOffer, receive ListXRPRippleTransactionsByBlockHashRIReceive, value ListXRPRippleTransactionsByBlockHashRIValue, ) *ListXRPRippleTransactionsByBlockHashRI
NewListXRPRippleTransactionsByBlockHashRI instantiates a new ListXRPRippleTransactionsByBlockHashRI 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 NewListXRPRippleTransactionsByBlockHashRIWithDefaults() *ListXRPRippleTransactionsByBlockHashRI
NewListXRPRippleTransactionsByBlockHashRIWithDefaults instantiates a new ListXRPRippleTransactionsByBlockHashRI 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 *ListXRPRippleTransactionsByBlockHashRI) GetAdditionalData() string
GetAdditionalData returns the AdditionalData field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetAdditionalDataOk() (*string, bool)
GetAdditionalDataOk returns a tuple with the AdditionalData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetAdditionalData(v string)
SetAdditionalData sets AdditionalData field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) HasAdditionalData() bool
HasAdditionalData returns a boolean if a field has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetDestinationTag() int64
GetDestinationTag returns the DestinationTag field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetDestinationTagOk() (*int64, bool)
GetDestinationTagOk returns a tuple with the DestinationTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetDestinationTag(v int64)
SetDestinationTag sets DestinationTag field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) HasDestinationTag() bool
HasDestinationTag returns a boolean if a field has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetIndex() int32
GetIndex returns the Index field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetIndexOk() (*int32, bool)
GetIndexOk returns a tuple with the Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetIndex(v int32)
SetIndex sets Index field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetMinedInBlockHeight() int32
GetMinedInBlockHeight returns the MinedInBlockHeight field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetMinedInBlockHeightOk() (*int32, bool)
GetMinedInBlockHeightOk returns a tuple with the MinedInBlockHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetMinedInBlockHeight(v int32)
SetMinedInBlockHeight sets MinedInBlockHeight field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetRecipients() []ListXRPRippleTransactionsByBlockHashRIRecipientsInner
GetRecipients returns the Recipients field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetRecipientsOk() (*[]ListXRPRippleTransactionsByBlockHashRIRecipientsInner, bool)
GetRecipientsOk returns a tuple with the Recipients field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetRecipients(v []ListXRPRippleTransactionsByBlockHashRIRecipientsInner)
SetRecipients sets Recipients field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetSenders() []ListXRPRippleTransactionsByBlockHashRISendersInner
GetSenders returns the Senders field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetSendersOk() (*[]ListXRPRippleTransactionsByBlockHashRISendersInner, bool)
GetSendersOk returns a tuple with the Senders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetSenders(v []ListXRPRippleTransactionsByBlockHashRISendersInner)
SetSenders sets Senders field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetSequence() int64
GetSequence returns the Sequence field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetSequenceOk() (*int64, bool)
GetSequenceOk returns a tuple with the Sequence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetSequence(v int64)
SetSequence sets Sequence field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetTimestamp() int32
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetTimestampOk() (*int32, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetTimestamp(v int32)
SetTimestamp sets Timestamp field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetTransactionHash() string
GetTransactionHash returns the TransactionHash field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetTransactionHashOk() (*string, bool)
GetTransactionHashOk returns a tuple with the TransactionHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetTransactionHash(v string)
SetTransactionHash sets TransactionHash field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetType(v string)
SetType sets Type field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetFee() ListXRPRippleTransactionsByBlockHashRIFee
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetFeeOk() (*ListXRPRippleTransactionsByBlockHashRIFee, bool)
GetFeeOk returns a tuple with the Fee field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetFee(v ListXRPRippleTransactionsByBlockHashRIFee)
SetFee sets Fee field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetOffer() ListXRPRippleTransactionsByBlockHashRIOffer
GetOffer returns the Offer field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetOfferOk() (*ListXRPRippleTransactionsByBlockHashRIOffer, bool)
GetOfferOk returns a tuple with the Offer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetOffer(v ListXRPRippleTransactionsByBlockHashRIOffer)
SetOffer sets Offer field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetReceive() ListXRPRippleTransactionsByBlockHashRIReceive
GetReceive returns the Receive field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetReceiveOk() (*ListXRPRippleTransactionsByBlockHashRIReceive, bool)
GetReceiveOk returns a tuple with the Receive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetReceive(v ListXRPRippleTransactionsByBlockHashRIReceive)
SetReceive sets Receive field to given value.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetValue() ListXRPRippleTransactionsByBlockHashRIValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ListXRPRippleTransactionsByBlockHashRI) GetValueOk() (*ListXRPRippleTransactionsByBlockHashRIValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListXRPRippleTransactionsByBlockHashRI) SetValue(v ListXRPRippleTransactionsByBlockHashRIValue)
SetValue sets Value field to given value.