We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37678d2 commit c5107d1Copy full SHA for c5107d1
1 file changed
website/docs/sdk/transaction-builder.md
@@ -20,6 +20,7 @@ interface TransactionBuilderOptions {
20
provider: NetworkProvider;
21
maximumFeeSatoshis?: bigint;
22
maximumFeeSatsPerByte?: number;
23
+ allowImplicitFungibleTokenBurn?: boolean;
24
}
25
```
26
0 commit comments