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