mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
add comments for tickets issue #1430
This commit is contained in:
@@ -4,7 +4,8 @@ const xrpl = require('xrpl')
|
|||||||
// Load seed value from an environment variable:
|
// Load seed value from an environment variable:
|
||||||
const my_wallet = xrpl.Wallet.fromSeed(process.env['MY_SEED'])
|
const my_wallet = xrpl.Wallet.fromSeed(process.env['MY_SEED'])
|
||||||
|
|
||||||
// For offline signing, you need to know your address's next Sequence number
|
// For offline signing, you need to know your address's next Sequence number alternatively one could use a ticket
|
||||||
|
// in place of the sequence number, this is useful when you need multiple signatures.
|
||||||
let my_seq = 21404872
|
let my_seq = 21404872
|
||||||
|
|
||||||
// Provide *all* required fields before signing a transaction
|
// Provide *all* required fields before signing a transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user