You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Implement fromTransactionJson and holdSend.
30
30
fromTransactionJson: Flags.file({
31
-
description: 'Assemble transaction on the basis of a previous action; use together with holdSend to make multiple transfers within the same transaction.',
31
+
description:
32
+
'Assemble transaction on the basis of a previous action; use together with holdSend to make multiple transfers within the same transaction.',
32
33
}),
33
34
holdSend: Flags.boolean({
34
-
description: 'Hold the transaction and send it later. Will output the transaction JSON. Use together with fromTransactionJson to make multiple transfers within the same transaction.',
35
+
description:
36
+
'Hold the transaction and send it later. Will output the transaction JSON. Use together with fromTransactionJson to make multiple transfers within the same transaction.',
0 commit comments