tokens/block are copied from tokens/btc and adapted for blocknet.
Callapi functions must be rewritten because electrs db cannot apply on blocknet. Many other functions depend on callapi functions, thus tokens/block.Bridge is not designed inheriting from tokens/btc.Bridge. Init constants are redefined in tokens/block.
ltc.Bridge's inheritage from btc.Bridge is also cancelled.
Must pass ltc or block bridge instance to btc.BridgeInstance.
tokens/block are copied from tokens/btc and adapted for blocknet. Callapi functions must be rewritten because electrs db cannot apply on blocknet. Many other functions depend on callapi functions, thus tokens/block.Bridge is not designed inheriting from tokens/btc.Bridge. Init constants are redefined in tokens/block. ltc.Bridge's inheritage from btc.Bridge is also cancelled. Must pass ltc or block bridge instance to btc.BridgeInstance.