mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
User outputs round limit. (#241)
Implemented user outputs round limit and upgraded the contract libraries to support the configs.
This commit is contained in:
@@ -80,7 +80,10 @@
|
||||
console.log('HotPocket Connected.');
|
||||
|
||||
hpc.sendContractReadRequest("Hello");
|
||||
hpc.sendContractInput("World!")
|
||||
hpc.sendContractInput("World!").then(status => {
|
||||
if (status != "ok")
|
||||
console.log(status);
|
||||
});
|
||||
|
||||
// When we need to close HP connection:
|
||||
// await hpc.close();
|
||||
|
||||
Reference in New Issue
Block a user