hirosystems / multisig-cli

CLI for updated Ledger app
Apache License 2.0
0 stars 0 forks source link

feat: Add `amount_stx` field #19

Open jbencin opened 6 days ago

jbencin commented 6 days ago

Description

Allow for optional amount_stx field in JSON and CSV input files. This field, if present, is multiplied by 1,000,000 and added to existing amount (specified in μSTX)

Related Issues