Skip to content

Latest commit

 

History

History
492 lines (259 loc) · 18.1 KB

ListUnconfirmedTransactionsByAddressRIBS.md

File metadata and controls

492 lines (259 loc) · 18.1 KB

ListUnconfirmedTransactionsByAddressRIBS

Properties

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.

Methods

NewListUnconfirmedTransactionsByAddressRIBS

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

NewListUnconfirmedTransactionsByAddressRIBSWithDefaults

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

GetLocktime

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetLocktime() int64

GetLocktime returns the Locktime field if non-nil, zero value otherwise.

GetLocktimeOk

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.

SetLocktime

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetLocktime(v int64)

SetLocktime sets Locktime field to given value.

GetSize

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetSize(v int32)

SetSize sets Size field to given value.

GetVSize

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVSize() int32

GetVSize returns the VSize field if non-nil, zero value otherwise.

GetVSizeOk

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.

SetVSize

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVSize(v int32)

SetVSize sets VSize field to given value.

GetVersion

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVersion(v int32)

SetVersion sets Version field to given value.

GetVin

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVin() []GetTransactionDetailsByTransactionIDRIBSZVinInner

GetVin returns the Vin field if non-nil, zero value otherwise.

GetVinOk

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.

SetVin

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVin(v []GetTransactionDetailsByTransactionIDRIBSZVinInner)

SetVin sets Vin field to given value.

GetVout

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVout() []GetTransactionDetailsByTransactionIDRIBSZVoutInner

GetVout returns the Vout field if non-nil, zero value otherwise.

GetVoutOk

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.

SetVout

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVout(v []GetTransactionDetailsByTransactionIDRIBSZVoutInner)

SetVout sets Vout field to given value.

GetFee

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetFee() ListUnconfirmedTransactionsByAddressRIBSECFee

GetFee returns the Fee field if non-nil, zero value otherwise.

GetFeeOk

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.

SetFee

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetFee(v ListUnconfirmedTransactionsByAddressRIBSECFee)

SetFee sets Fee field to given value.

GetGasLimit

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasLimit() string

GetGasLimit returns the GasLimit field if non-nil, zero value otherwise.

GetGasLimitOk

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.

SetGasLimit

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetGasLimit(v string)

SetGasLimit sets GasLimit field to given value.

GetGasPrice

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetGasPrice() ListConfirmedTransactionsByAddressRIBSBSCGasPrice

GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.

GetGasPriceOk

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.

SetGasPrice

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetGasPrice(v ListConfirmedTransactionsByAddressRIBSBSCGasPrice)

SetGasPrice sets GasPrice field to given value.

GetInputData

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetInputData() string

GetInputData returns the InputData field if non-nil, zero value otherwise.

GetInputDataOk

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.

SetInputData

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetInputData(v string)

SetInputData sets InputData field to given value.

GetNonce

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetNonce() int32

GetNonce returns the Nonce field if non-nil, zero value otherwise.

GetNonceOk

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.

SetNonce

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetNonce(v int32)

SetNonce sets Nonce field to given value.

GetTransactionStatus

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetTransactionStatus() string

GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.

GetTransactionStatusOk

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.

SetTransactionStatus

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetTransactionStatus(v string)

SetTransactionStatus sets TransactionStatus field to given value.

GetBindingSig

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetBindingSig() string

GetBindingSig returns the BindingSig field if non-nil, zero value otherwise.

GetBindingSigOk

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.

SetBindingSig

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetBindingSig(v string)

SetBindingSig sets BindingSig field to given value.

GetExpiryHeight

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetExpiryHeight() int32

GetExpiryHeight returns the ExpiryHeight field if non-nil, zero value otherwise.

GetExpiryHeightOk

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.

SetExpiryHeight

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetExpiryHeight(v int32)

SetExpiryHeight sets ExpiryHeight field to given value.

GetJoinSplitPubKey

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitPubKey() string

GetJoinSplitPubKey returns the JoinSplitPubKey field if non-nil, zero value otherwise.

GetJoinSplitPubKeyOk

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.

SetJoinSplitPubKey

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetJoinSplitPubKey(v string)

SetJoinSplitPubKey sets JoinSplitPubKey field to given value.

GetJoinSplitSig

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetJoinSplitSig() string

GetJoinSplitSig returns the JoinSplitSig field if non-nil, zero value otherwise.

GetJoinSplitSigOk

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.

SetJoinSplitSig

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetJoinSplitSig(v string)

SetJoinSplitSig sets JoinSplitSig field to given value.

GetOverwintered

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetOverwintered() bool

GetOverwintered returns the Overwintered field if non-nil, zero value otherwise.

GetOverwinteredOk

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.

SetOverwintered

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetOverwintered(v bool)

SetOverwintered sets Overwintered field to given value.

GetVJoinSplit

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVJoinSplit() []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner

GetVJoinSplit returns the VJoinSplit field if non-nil, zero value otherwise.

GetVJoinSplitOk

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.

SetVJoinSplit

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVJoinSplit(v []ListConfirmedTransactionsByAddressRIBSZVJoinSplitInner)

SetVJoinSplit sets VJoinSplit field to given value.

GetVShieldedOutput

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedOutput() []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner

GetVShieldedOutput returns the VShieldedOutput field if non-nil, zero value otherwise.

GetVShieldedOutputOk

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.

SetVShieldedOutput

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVShieldedOutput(v []GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner)

SetVShieldedOutput sets VShieldedOutput field to given value.

GetVShieldedSpend

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVShieldedSpend() []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner

GetVShieldedSpend returns the VShieldedSpend field if non-nil, zero value otherwise.

GetVShieldedSpendOk

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.

SetVShieldedSpend

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVShieldedSpend(v []GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner)

SetVShieldedSpend sets VShieldedSpend field to given value.

GetValueBalance

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetValueBalance() string

GetValueBalance returns the ValueBalance field if non-nil, zero value otherwise.

GetValueBalanceOk

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.

SetValueBalance

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetValueBalance(v string)

SetValueBalance sets ValueBalance field to given value.

GetVersionGroupId

func (o *ListUnconfirmedTransactionsByAddressRIBS) GetVersionGroupId() string

GetVersionGroupId returns the VersionGroupId field if non-nil, zero value otherwise.

GetVersionGroupIdOk

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.

SetVersionGroupId

func (o *ListUnconfirmedTransactionsByAddressRIBS) SetVersionGroupId(v string)

SetVersionGroupId sets VersionGroupId field to given value.

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