Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.35 KB

PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRBDataItem.md

File metadata and controls

28 lines (15 loc) · 1.35 KB

Cryptoapis.PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRBDataItem

Properties

Name Type Description Notes
additionalData String Representation of the additional data. [optional]
locktime Number Represents the time at which a particular transaction can be added to the blockchain. [optional]
xpub String Defines the account extended publicly known key which is used to derive all child public keys.
fee PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRBDataItemFee
prepareStrategy String Representation of the transaction's strategy type [optional]
recipients [PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRBDataItemRecipientsInner] Object Array representation of transaction receivers
replaceable Boolean Representation of whether the transaction is replaceable. This is an Optional attribute that is not supported for Dogecoin, Dash and Bitcoin-Cash. [optional]

Enum: PrepareStrategyEnum

  • none (value: "none")

  • minimize-dust (value: "minimize-dust")

  • optimize-size (value: "optimize-size")