UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

4 lines (3 loc) 191 B
import { ISchema } from '../Schema'; export declare function serialize(object: any, schema: ISchema): Uint8Array; export declare function deserialize(data: Uint8Array, schema: ISchema): any;