Skip to content

Commit 7a6dab5

Browse files
authored
Merge pull request #7673 from BitGo/COIN-6755
feat: added optional fields to canton build data
2 parents 8299032 + 626c94e commit 7a6dab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/sdk-coin-canton/src/lib/iface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ export interface CantonPrepareCommandResponse {
4848
hashingSchemeVersion: string;
4949
hashingDetails?: string | null;
5050
utxoInfo?: UTXOInfo[];
51+
isOneStepTransfer?: boolean;
5152
}
5253

5354
export interface PreparedParty {
5455
partyId: string;
5556
publicKeyFingerprint: string;
5657
topologyTransactions: string[];
5758
multiHash: string;
59+
shouldIncludeTxnType?: boolean;
5860
}
5961

6062
export interface PreparedTransaction {

0 commit comments

Comments
 (0)