UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

4 lines (3 loc) 213 B
import { bcs } from "../bcs/index.js"; export type IntentScope = Exclude<keyof typeof bcs.IntentScope.$inferType, "$kind">; export declare function messageWithIntent(scope: IntentScope, message: Uint8Array): any;