Skip to content

Commit c5107d1

Browse files
committed
add to TransactionBuilderOptions
1 parent 37678d2 commit c5107d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/docs/sdk/transaction-builder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ interface TransactionBuilderOptions {
2020
provider: NetworkProvider;
2121
maximumFeeSatoshis?: bigint;
2222
maximumFeeSatsPerByte?: number;
23+
allowImplicitFungibleTokenBurn?: boolean;
2324
}
2425
```
2526

0 commit comments

Comments
 (0)