...ithub.com/ferencberes/ethp2psim/blob/main/ethp2psim_summary.pdf) | István András Seres,博士生;Domokos Kelen,博士生;Ferenc Béres,博士生;András A. Benczúr,博士 | 用于评估以太坊中隐私增强路由算法的模拟器。 |
| [REVOKE:共识层缓解验证者勒索...
...bj, escrow.creator);
}
/// The `creator` can cancel the escrow and get back the escrowed item
public entry fun cancel(
escrow: &mut EscrowedObj,
ctx: &TxContext
) {
assert!(&tx_context::sender(ctx) == &escrow.creator, EWrongOwner);
assert!(op...