UNPKG

@confluxfans/cip-23

Version:

Tiny library with utility functions that can help with signing and verifying CIP-23 based messages

9 lines (8 loc) 219 B
/// <reference types="node" /> /** * Encode the values with the provided types. * * @param {Buffer} types * @param {unknown[]} values */ export declare const encode: (types: string[], values: unknown[]) => Buffer;