Skip to content

Commit 15c4c39

Browse files
chore(sdk-core): allow messages for prebuild tx whitelist
BTC-2417 TICKET: BTC-2417
1 parent e98036a commit 15c4c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export interface PrebuildTransactionOptions {
121121
* */
122122
senderWalletId?: string;
123123

124+
messages?: { address: string; message: string }[];
124125
changeAddress?: string;
125126
allowExternalChangeAddress?: boolean;
126127
type?: string;

0 commit comments

Comments
 (0)