Contract hpargs revamp. (#217)

This commit is contained in:
Chalith Desaman
2021-01-11 14:28:01 +05:30
committed by GitHub
parent 11cb57e9ee
commit 99c768360e
4 changed files with 22 additions and 23 deletions

View File

@@ -48,9 +48,6 @@ const echoContract = async (ctx) => {
// })
// await ctx.unl.send("Hello");
// }
// Update UNL example:
// ctx.updateUnl(["<add pubkey hex>"], ["<remove pubkey hex>"]);
}
const hpc = new HotPocket.Contract();