UNPKG

web3x

Version:

Typescript port of web3.js

9 lines (8 loc) 230 B
/** * Formats the input of a whisper post and converts all values to HEX * * @method inputPostFormatter * @param {Object} transaction object * @returns {Object} */ export declare function inputPostFormatter(post: any): any;