@polkadot/util-keyring
Version:
11 lines (8 loc) • 311 B
TypeScript
// Copyright 2017-2018 @polkadot/util-keyring authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
import { KeyringPair$Meta } from '../types';
export type PairState = {
address: string,
meta: KeyringPair$Meta
};