diff --git a/packages/connect/src/types/transactions.ts b/packages/connect/src/types/transactions.ts index 5fcc67a..f9691b3 100644 --- a/packages/connect/src/types/transactions.ts +++ b/packages/connect/src/types/transactions.ts @@ -16,6 +16,7 @@ export interface TxBase { postConditions?: (string | PostCondition)[]; network?: StacksNetwork; anchorMode?: AnchorMode; + attachment?: string; /** * Provide the Stacks Wallet with a suggested account to sign this transaction with. * This is set by default if a `userSession` option is provided.