Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.66 KB

XrpTransaction.md

File metadata and controls

14 lines (12 loc) · 1.66 KB

XrpTransaction

Parameter

Name Type Description
hdKeyPath Bip44KeyPath sign key path for xrp transaction
sourceAddress String Source address of xrp transaction
Only used in getXrpSignedTransaction()
destinationAddress String Destination addresse of xrptransaction
Only used in getXrpSignedTransaction()
amountDrops long Amount to be send ( Drops unit value)
Only used in getXrpSignedTransaction()
feeDrops long Fee of this transaction ( Drops unit value)
Only used in getXrpSignedTransaction()
sequence int The sequence number, relative to the initiating account, of xrp transaction
Only used in getXrpSignedTransaction()
destinationTag long Destination tag of xrp transaction
Only used in getXrpSignedTransaction()
unsignedTx String Encoded unsigned Trasaction value for xrp transaction
Only used in getXrpSingedTransactionWithUnsignedTx()