violet-node-runtime 1.0.1

Runtime configured for smart contracts via `pallet-contracts`.
Documentation
1
2
3
4
5
6
7
use crate::{Runtime, RuntimeEvent};

impl pallet_ordinals::Config for Runtime {
	type RuntimeEvent = RuntimeEvent;
	type InscriptionId = u128;
	type WeightInfo = pallet_ordinals::weights::SubstrateWeight<Runtime>;
}