UNPKG

@safe-global/api-kit

Version:

SDK that facilitates the interaction with the Safe Transaction Service API

3 lines 265 B
import { Chain, Account, Transport, WalletClient } from 'viem'; export declare function signDelegate(walletClient: WalletClient<Transport, Chain, Account>, delegateAddress: string, chainId: bigint): Promise<`0x${string}`>; //# sourceMappingURL=signDelegate.d.ts.map