Name | Type | Description | Notes |
---|---|---|---|
AdditionalData | Pointer to string | Representation of the additional data | [optional] |
Fee | string | When isConfirmed is True - Defines the amount of the transaction fee When isConfirmed is False - For ETH-based blockchains this attribute represents the max fee value. | |
FeePerByte | Pointer to string | Defines the fee per byte value | [optional] |
Locktime | int64 | Represents the time at which a particular transaction can be added to the blockchain. | |
Replaceable | bool | Representation of whether the transaction is replaceable | |
Size | int32 | Represents the total size of this transaction. | |
Vin | []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVinInner | Represents the transaction inputs. | |
Vout | []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVoutInner | Represents the transaction outputs. |
func NewPrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI(fee string, locktime int64, replaceable bool, size int32, vin []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVinInner, vout []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVoutInner, ) *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI
NewPrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI instantiates a new PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI 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 NewPrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIWithDefaults() *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI
NewPrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIWithDefaults instantiates a new PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetAdditionalData() string
GetAdditionalData returns the AdditionalData field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetAdditionalData(v string)
SetAdditionalData sets AdditionalData field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) HasAdditionalData() bool
HasAdditionalData returns a boolean if a field has been set.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetFee() string
GetFee returns the Fee field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetFeeOk() (*string, 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetFee(v string)
SetFee sets Fee field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetFeePerByte() string
GetFeePerByte returns the FeePerByte field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetFeePerByteOk() (*string, bool)
GetFeePerByteOk returns a tuple with the FeePerByte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetFeePerByte(v string)
SetFeePerByte sets FeePerByte field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) HasFeePerByte() bool
HasFeePerByte returns a boolean if a field has been set.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetLocktime() int64
GetLocktime returns the Locktime field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetLocktime(v int64)
SetLocktime sets Locktime field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetReplaceable() bool
GetReplaceable returns the Replaceable field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetReplaceableOk() (*bool, bool)
GetReplaceableOk returns a tuple with the Replaceable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetReplaceable(v bool)
SetReplaceable sets Replaceable field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetSize(v int32)
SetSize sets Size field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetVin() []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVinInner
GetVin returns the Vin field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetVinOk() (*[]PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVinInner, 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetVin(v []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVinInner)
SetVin sets Vin field to given value.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetVout() []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVoutInner
GetVout returns the Vout field if non-nil, zero value otherwise.
func (o *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) GetVoutOk() (*[]PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVoutInner, 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 *PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRI) SetVout(v []PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIVoutInner)
SetVout sets Vout field to given value.