UNPKG

@bnb-chain/greenfield-js-sdk

Version:
7 lines (6 loc) 192 B
export interface ISignature712 { signature: string; messageHash: Uint8Array; } export { sign712Tx } from './signTx'; export { eip712Hash, makeCosmsPubKey, recoverPk } from './pubKey';