import { type Signer } from "https://deno.land/x/polkadot@0.2.14/api/types/index.ts";
Properties
optional
signPayload: (payload: SignerPayloadJSON) => Promise<SignerResult>optional
signRaw: (raw: SignerPayloadRaw) => Promise<SignerResult>optional
update: (id: number, status: H256 | ISubmittableResult) => void