interface PairInfoimport { type PairInfo } from "https://deno.land/x/polkadot@0.2.37/keyring/pair/types.ts"; PropertiespublicKey: Uint8ArrayoptionalsecretKey: Uint8Array | undefinedoptionalseed: Uint8Array | null