XRPL
Last updated
Last updated
This function for :
.XRP
- xrpl (XRP)
.XRP_TA
- xrp ta
.XRP_TESTNET
- xrpl testnet (XRPt)
.XRP_TA_TESTNET
- xrp ta testnet
coinType: xrp networks coin type
xrpTransaction: (XrpTransation)xrp transaction parameter
Name | Type | Description |
---|---|---|
result: (Bool) true
if successful, false
if error occurred
txData: signed transaction
Example
This fuction for :
.XRP
- xrpl (XRP)
.XRP_TA
- xrp ta
.XRP_TESTNET
- xrpl testnet (XRPt)
.XRP_TA_TESTNET
- xrp ta testnet
coinType: xrp networks coin type
xrpTransaction: (XrpTransationWithUnsigedTx)xrp transaction with unsiged tx parameter
Returns
result: (Bool) true
if successful, false
if error occurred
coinType: xrp networks coin type
sign: signed transaction
pubkey: public key used to signed transaction
accountId: xrp transaction accountId
Example
Name | Type | Description |
---|---|---|
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
addressPath
String
sign key path for xrp transaction
unsigned
String
unsigned xrp transaction data