mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 14:24:19 +01:00
add missing OpenChannelFee cs snippet
This commit is contained in:
@@ -535,7 +535,8 @@ channelFees, err := sdkServices.OpenChannelFee(breez_sdk.OpenChannelFeeRequest{A
|
|||||||
<section>
|
<section>
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
// TODO add example for openChannelFee
|
ulong amountMsat = <amount msat>;
|
||||||
|
var channelFees = sdk.OpenChannelFee(new OpenChannelFeeRequest(amountMsat));
|
||||||
```
|
```
|
||||||
</section>
|
</section>
|
||||||
</custom-tabs>
|
</custom-tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user