UNPKG

iam-client-lib

Version:

Library for Decentralized Identity and Access Management

10 lines (9 loc) 298 B
import { ChainId } from '..'; import { Wallet } from 'ethers'; export declare const transferDomain: ({ rootDomain, signer, newOwner, chainId, dryRun, }: { rootDomain: string; signer: Wallet; newOwner: string; chainId: ChainId; dryRun?: boolean | undefined; }) => Promise<void>;