示例#1
0
 public EmulatedStorageContainer(IVariableContainerSession session, UInt160 scriptHash, EmulatedStorage storage)
 {
     this.session    = session;
     this.scriptHash = scriptHash;
     this.storage    = storage;
 }
示例#2
0
 public InteropService(IBlockchainStorage?blockchain, EmulatedStorage storage, TriggerType trigger, WitnessChecker witnessChecker, Action <OutputEvent> sendOutput,
                       IEnumerable <(UInt160 scriptHash, DebugInfo.Event info)> events)