Name | Type | Description | Notes |
---|---|---|---|
Locktime | int64 | Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid. | |
Size | int32 | Represents the total size of this transaction. | |
VSize | int32 | Represents the virtual size of this transaction. | |
Version | int32 | Defines the version of the transaction. | |
Vin | []GetTransactionDetailsByTransactionIDRIBSZVinInner | Object Array representation of transaction inputs | |
Vout | []GetTransactionDetailsByTransactionIDRIBSZVoutInner | Object Array representation of transaction outputs | |
Fee | ListUnconfirmedTransactionsByAddressRIBSECFee | ||
GasLimit | string | Represents the amount of gas used by this specific transaction alone. | |
GasPrice | ListConfirmedTransactionsByAddressRIBSBSCGasPrice | ||
InputData | string | Represents additional information that is required for the transaction. | |
Nonce | int32 | Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address. | |
TransactionStatus | string | String representation of the transaction status | |
BindingSig | string | It is used to enforce balance of Spend and Output transfers, in order to prevent their replay across transactions. | |
ExpiryHeight | int32 | Represents a block height after which the transaction will expire. | |
JoinSplitPubKey | string | Represents an encoding of a JoinSplitSig public validating key. | |
JoinSplitSig | string | Is used to sign transactions that contain at least one JoinSplit description. | |
Overwintered | bool | "Overwinter" is the network upgrade for the Zcash blockchain. | |
VJoinSplit | []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner | Represents a sequence of JoinSplit descriptions using BCTV14 proofs. | |
VShieldedOutput | []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner | Object Array representation of transaction output descriptions | |
VShieldedSpend | []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner | Object Array representation of transaction spend descriptions | |
ValueBalance | string | Defines the transaction value balance. | |
VersionGroupId | string | Represents the transaction version group ID. |
func NewListUnconfirmedTransactionsByAddressRIBS(locktime int64, size int32, vSize int32, version int32, vin []GetTransactionDetailsByTransactionIDRIBSZVinInner, vout []GetTransactionDetailsByTransactionIDRIBSZVoutInner, fee ListUnconfirmedTransactionsByAddressRIBSECFee, gasLimit string, gasPrice ListConfirmedTransactionsByAddressRIBSBSCGasPrice, inputData string, nonce int32, transactionStatus string, bindingSig string, expiryHeight int32, joinSplitPubKey string, joinSplitSig string, overwintered bool, vJoinSplit []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner, vShieldedOutput []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner, vShieldedSpend []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner, valueBalance string, versionGroupId string, ) *ListUnconfirmedTransactionsByAddressRIBS
NewListUnconfirmedTransactionsByAddressRIBS instantiates a new ListUnconfirmedTransactionsByAddressRIBS 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 NewListUnconfirmedTransactionsByAddressRIBSWithDefaults() *ListUnconfirmedTransactionsByAddressRIBS
NewListUnconfirmedTransactionsByAddressRIBSWithDefaults instantiates a new ListUnconfirmedTransactionsByAddressRIBS 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 *ListUnconfirmedTransactionsByAddressRIBS) GetLocktime() int64
GetLocktime returns the Locktime field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetLocktimeOk() (*int64, bool)
GetLocktimeOk returns a tuple with the Locktime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetLocktime(v int64)
SetLocktime sets Locktime field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVSize() int32
GetVSize returns the VSize field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVSizeOk() (*int32, bool)
GetVSizeOk returns a tuple with the VSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVSize(v int32)
SetVSize sets VSize field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVin() []GetTransactionDetailsByTransactionIDRIBSZVinInner
GetVin returns the Vin field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVinOk() (*[]GetTransactionDetailsByTransactionIDRIBSZVinInner, bool)
GetVinOk returns a tuple with the Vin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVin(v []GetTransactionDetailsByTransactionIDRIBSZVinInner)
SetVin sets Vin field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVout() []GetTransactionDetailsByTransactionIDRIBSZVoutInner
GetVout returns the Vout field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVoutOk() (*[]GetTransactionDetailsByTransactionIDRIBSZVoutInner, bool)
GetVoutOk returns a tuple with the Vout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVout(v []GetTransactionDetailsByTransactionIDRIBSZVoutInner)
SetVout sets Vout field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetFee() ListUnconfirmedTransactionsByAddressRIBSECFee
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetFeeOk() (*ListUnconfirmedTransactionsByAddressRIBSECFee, 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 *ListUnconfirmedTransactionsByAddressRIBS) SetFee(v ListUnconfirmedTransactionsByAddressRIBSECFee)
SetFee sets Fee field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasLimit() string
GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasLimitOk() (*string, bool)
GetGasLimitOk returns a tuple with the GasLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetGasLimit(v string)
SetGasLimit sets GasLimit field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasPrice() ListConfirmedTransactionsByAddressRIBSBSCGasPrice
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasPriceOk() (*ListConfirmedTransactionsByAddressRIBSBSCGasPrice, bool)
GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetGasPrice(v ListConfirmedTransactionsByAddressRIBSBSCGasPrice)
SetGasPrice sets GasPrice field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetInputData() string
GetInputData returns the InputData field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetInputDataOk() (*string, bool)
GetInputDataOk returns a tuple with the InputData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetInputData(v string)
SetInputData sets InputData field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetNonce() int32
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetNonceOk() (*int32, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetNonce(v int32)
SetNonce sets Nonce field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetTransactionStatus() string
GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetTransactionStatusOk() (*string, bool)
GetTransactionStatusOk returns a tuple with the TransactionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetTransactionStatus(v string)
SetTransactionStatus sets TransactionStatus field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetBindingSig() string
GetBindingSig returns the BindingSig field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetBindingSigOk() (*string, bool)
GetBindingSigOk returns a tuple with the BindingSig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetBindingSig(v string)
SetBindingSig sets BindingSig field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetExpiryHeight() int32
GetExpiryHeight returns the ExpiryHeight field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetExpiryHeightOk() (*int32, bool)
GetExpiryHeightOk returns a tuple with the ExpiryHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetExpiryHeight(v int32)
SetExpiryHeight sets ExpiryHeight field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitPubKey() string
GetJoinSplitPubKey returns the JoinSplitPubKey field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitPubKeyOk() (*string, bool)
GetJoinSplitPubKeyOk returns a tuple with the JoinSplitPubKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetJoinSplitPubKey(v string)
SetJoinSplitPubKey sets JoinSplitPubKey field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitSig() string
GetJoinSplitSig returns the JoinSplitSig field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitSigOk() (*string, bool)
GetJoinSplitSigOk returns a tuple with the JoinSplitSig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetJoinSplitSig(v string)
SetJoinSplitSig sets JoinSplitSig field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetOverwintered() bool
GetOverwintered returns the Overwintered field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetOverwinteredOk() (*bool, bool)
GetOverwinteredOk returns a tuple with the Overwintered field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetOverwintered(v bool)
SetOverwintered sets Overwintered field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVJoinSplit() []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner
GetVJoinSplit returns the VJoinSplit field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVJoinSplitOk() (*[]ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner, bool)
GetVJoinSplitOk returns a tuple with the VJoinSplit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVJoinSplit(v []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner)
SetVJoinSplit sets VJoinSplit field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedOutput() []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner
GetVShieldedOutput returns the VShieldedOutput field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedOutputOk() (*[]GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner, bool)
GetVShieldedOutputOk returns a tuple with the VShieldedOutput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVShieldedOutput(v []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner)
SetVShieldedOutput sets VShieldedOutput field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedSpend() []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner
GetVShieldedSpend returns the VShieldedSpend field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedSpendOk() (*[]GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner, bool)
GetVShieldedSpendOk returns a tuple with the VShieldedSpend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVShieldedSpend(v []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner)
SetVShieldedSpend sets VShieldedSpend field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetValueBalance() string
GetValueBalance returns the ValueBalance field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetValueBalanceOk() (*string, bool)
GetValueBalanceOk returns a tuple with the ValueBalance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetValueBalance(v string)
SetValueBalance sets ValueBalance field to given value.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersionGroupId() string
GetVersionGroupId returns the VersionGroupId field if non-nil, zero value otherwise.
func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersionGroupIdOk() (*string, bool)
GetVersionGroupIdOk returns a tuple with the VersionGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVersionGroupId(v string)
SetVersionGroupId sets VersionGroupId field to given value.