We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8299032 + 626c94e commit 7a6dab5Copy full SHA for 7a6dab5
modules/sdk-coin-canton/src/lib/iface.ts
@@ -48,13 +48,15 @@ export interface CantonPrepareCommandResponse {
48
hashingSchemeVersion: string;
49
hashingDetails?: string | null;
50
utxoInfo?: UTXOInfo[];
51
+ isOneStepTransfer?: boolean;
52
}
53
54
export interface PreparedParty {
55
partyId: string;
56
publicKeyFingerprint: string;
57
topologyTransactions: string[];
58
multiHash: string;
59
+ shouldIncludeTxnType?: boolean;
60
61
62
export interface PreparedTransaction {
0 commit comments