UNPKG

@polkadot/util-keyring

Version:
4 lines (3 loc) 205 B
import { KeyringPair$Json } from '../types'; import { PairState } from './types'; export default function toJson({ address, meta }: PairState, encoded: Uint8Array, isEncrypted: boolean): KeyringPair$Json;