XRPL
getXrpSignedTransaction
This function for :
.XRP
- xrpl (XRP).XRP_TA
- xrp ta.XRP_TESTNET
- xrpl testnet (XRPt).XRP_TA_TESTNET
- xrp ta testnet
Parameters
coinType: xrp networks coin type
xrpTransaction: (XrpTransation)xrp transaction parameter
class XrpTransaction
addressPath
String
sign key path for xrp transaction
sourceAddress
String
Source address of xrp transaction
destinationAddress
String
Destination addresse of xrp transaction
amount
UInt64
Amount to be send ( Drops unit value)
fee
UInt64
Fee of this transaction ( Drops unit value)
sequence
UInt32
The sequence number, relative to the initiating account, of xrp transaction
destinationTag
UInt64
Destination tag of xrp transaction
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Example
getXrpSignedTransactionWithUnsignedTx
This fuction for :
.XRP
- xrpl (XRP).XRP_TA
- xrp ta.XRP_TESTNET
- xrpl testnet (XRPt).XRP_TA_TESTNET
- xrp ta testnet
Parameters
coinType: xrp networks coin type
xrpTransaction: (XrpTransationWithUnsigedTx)xrp transaction with unsiged tx parameter
class XrpTransationWithUnsigedTx
addressPath
String
sign key path for xrp transaction
unsigned
String
unsigned xrp transaction data
Returns
result: (Bool)
true
if successful,false
if error occurredcoinType: xrp networks coin type
sign: signed transaction
pubkey: public key used to signed transaction
accountId: xrp transaction accountId
Example
Last updated