mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Contracts: Add transfer event (#801)
This commit is contained in:
committed by
Gav Wood
parent
a613c62dc1
commit
98e0a3a55a
@@ -174,6 +174,7 @@ impl treasury::Trait for Runtime {
|
||||
impl contract::Trait for Runtime {
|
||||
type Gas = u64;
|
||||
type DetermineContractAddress = contract::SimpleAddressDeterminator<Runtime>;
|
||||
type Event = Event;
|
||||
}
|
||||
|
||||
impl DigestItem for Log {
|
||||
@@ -208,7 +209,7 @@ construct_runtime!(
|
||||
CouncilVoting: council_voting::{Module, Call, Storage, Event<T>},
|
||||
CouncilMotions: council_motions::{Module, Call, Storage, Event<T>, Origin},
|
||||
Treasury: treasury,
|
||||
Contract: contract::{Module, Call, Config},
|
||||
Contract: contract::{Module, Call, Config, Event<T>},
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user