UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

1 lines 240 B
import{bcs}from'../bcs/index.js';export function messageWithIntent(a,b){return bcs['IntentMessage'](bcs['bytes'](b['length']))['serialize']({'intent':{'scope':{[a]:!![]},'version':{'V0':!![]},'appId':{'Wow':!![]}},'value':b})['toBytes']();}