UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

8 lines 367 B
import { Consensus } from './Consensus.js'; import { RoswellConsensus } from './metadata/RoswellConsensus.js'; export const OPNetConsensusConfig = { [Consensus.Roswell]: RoswellConsensus, }; export const currentConsensus = Consensus.Roswell; export const currentConsensusConfig = OPNetConsensusConfig[currentConsensus]; //# sourceMappingURL=ConsensusConfig.js.map