ckb-cell / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
53 stars 16 forks source link

Detailed explanation on TxBuilder.payFee() #140

Closed ShookLyngs closed 3 months ago

ShookLyngs commented 4 months ago

The TxBuilder.payFee() method is the core part in BTC transaction construction. However, the method is currently not self-explanatory enough for the readers, in other words, it's hard to read and understand. So we'd better add more detailed comments to the method.