Created
July 3, 2019 16:03
-
-
Save iwasaki-kenta/0ef3e8a88c8f7478691cc151fbe6b89f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
await client.pollConsensus({ | |
onRoundEnded: msg => { | |
(async () => { | |
await contract.fetchAndPopulateMemoryPages(); | |
console.log("Chat logs updated:", contract.test('get_messages', BigInt(0))); | |
})(); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment