Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/rpc-core/index.ts>RpcCore#setRegistrySwap

Package publishing for deno.land/x/polkadot
Go to Latest
method RpcCore.prototype.setRegistrySwap
import { RpcCore } from "https://deno.land/x/polkadot@0.2.36/rpc-core/index.ts";

Parameters

registrySwap: (blockHash: Uint8Array) => Promise<{ registry: Registry; }>