taler-wallet-cli: subcommand to print sample transactions
This commit is contained in:
parent
30c01185fc
commit
e345e8bd23
@ -38,3 +38,4 @@ export * from "./base64.js";
|
||||
export * from "./merchant-api-types.js";
|
||||
export * from "./errors.js";
|
||||
export * from "./iban.js";
|
||||
export * from "./transaction-test-data.js";
|
||||
|
@ -27,18 +27,25 @@ import {
|
||||
CoreApiResponse,
|
||||
Duration,
|
||||
encodeCrock,
|
||||
ExtendedStatus,
|
||||
getErrorDetailFromException,
|
||||
getRandomBytes,
|
||||
j2s,
|
||||
Logger,
|
||||
parsePaytoUri,
|
||||
PaymentStatus,
|
||||
PreparePayResultType,
|
||||
RecoveryMergeStrategy,
|
||||
RefreshReason,
|
||||
sampleWalletCoreTransactions,
|
||||
setDangerousTimetravel,
|
||||
setGlobalLogLevelFromString,
|
||||
summarizeTalerErrorDetail,
|
||||
TalerUriType,
|
||||
Transaction,
|
||||
TransactionState,
|
||||
TransactionSubstate,
|
||||
TransactionType,
|
||||
WalletNotification,
|
||||
} from "@gnu-taler/taler-util";
|
||||
import { clk } from "@gnu-taler/taler-util/clk";
|
||||
@ -1134,9 +1141,7 @@ advancedCli
|
||||
help: "Print sample wallet-core transactions",
|
||||
})
|
||||
.action(async (args) => {
|
||||
let transactions: Transaction[] = [
|
||||
|
||||
];
|
||||
console.log(JSON.stringify(sampleWalletCoreTransactions, undefined, 2));
|
||||
});
|
||||
|
||||
advancedCli
|
||||
|
Loading…
Reference in New Issue
Block a user