UNPKG

godprotocol

Version:

A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.

7 lines (5 loc) 142 B
const hash = async(args, {vm})=>{ let object = await args.object.literal() return await vm.account.vm.hash(object) } export default hash