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