XRPL
Last updated
Last updated
This function for :
XRP
(XRP) - xrpl
XRP_TA
- xrp ta
XRP_TESTNET
(XRPt)
XRP_TA_TESTNET
Parameter | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
String
- signed transaction.
Example
This function for :
XRP
(XRP) - xrpl
XRP_TA
- xrp ta
XRP_TESTNET
(XRPt)
XRP_TA_TESTNET
Returns
HashMap<String, String>
- signed transaction{sign, pubkey, accountId}.
Example
Parameter | Type | Description |
---|---|---|
coinType
CoinType
xrp coin type.
transaction
xrp transaction parameters.
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()
coinType
CoinType
xrp coin type.
transaction
xrp transaction parameters.