XRPL
getXrpSignedTransaction
This function for :
XRP
(XRP) - xrplXRP_TA
- xrp taXRP_TESTNET
(XRPt)XRP_TA_TESTNET
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| xrp coin type. |
transaction | xrp transaction parameters. |
class XrpTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for xrp transaction |
sourceAddress |
| Source address of xrp transaction
Only used in |
destinationAddress |
| Destination addresse of xrptransaction
Only used in |
amountDrops |
| Amount to be send ( Drops unit value)
Only used in |
feeDrops |
| Fee of this transaction ( Drops unit value)
Only used in |
sequence |
| The sequence number, relative to the initiating account, of xrp transaction
Only used in |
destinationTag |
| Destination tag of xrp transaction
Only used in |
unsignedTx |
| Encoded unsigned Trasaction value for xrp transaction
Only used in |
Returns
String
- signed transaction.
Example
getXRPSignedTransactionWithUnsignedTx
This function for :
XRP
(XRP) - xrplXRP_TA
- xrp taXRP_TESTNET
(XRPt)XRP_TA_TESTNET
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| xrp coin type. |
transaction | xrp transaction parameters. |
Returns
HashMap<String, String>
- signed transaction{sign, pubkey, accountId}.
Example
Last updated