UNPKG

@btc-vision/transaction

Version:

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

7 lines 251 B
import { Consensus } from './Consensus.js'; export interface ConsensusConfig<T extends Consensus> { readonly CONSENSUS: T; readonly CONSENSUS_NAME: string; readonly ENABLED_AT_BLOCK: bigint; } //# sourceMappingURL=IConsensusConfig.d.ts.map