Module

x/polkadot/api/types/index.ts>Signer

Package publishing for deno.land/x/polkadot
Go to Latest
interface Signer
import { type Signer } from "https://dotland.deno.dev/x/polkadot@0.2.23/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
import Signer
import { Signer } from "https://dotland.deno.dev/x/polkadot@0.2.23/api/types/index.ts";