import type { Signer, SignerResult } from '@polkadot/api/types'; import type { SignerPayloadJSON } from '@polkadot/types/types'; export type SigningKey = Signer; export type SigningKeyResult = SignerResult; export type SigningPayloadJSON = SignerPayloadJSON;