Пример #1
0
 public static void DelState(this IChaincodeStub stub, string key) => stub.DelStateAsync(key).RunAndUnwrap();