@btc-vision/transaction
Version:
OPNet transaction library allows you to create and sign transactions for the OPNet network.
8 lines • 381 B
TypeScript
import { Consensus } from './Consensus.js';
import { ConsensusConfig } from './IConsensusConfig.js';
export declare const OPNetConsensusConfig: {
[key in Consensus]?: ConsensusConfig<key>;
};
export declare const currentConsensus = Consensus.Roswell;
export declare const currentConsensusConfig: ConsensusConfig<Consensus.Roswell>;
//# sourceMappingURL=ConsensusConfig.d.ts.map