getDeployedFeeManager

function getDeployedFeeManager(
options: ClientAndChain,
): Promise<null | Readonly<ContractOptions<[], `0x${string}`>>>;

Parameters

Type

let options: ClientAndChain;

Returns

let returnType: Promise<null | Readonly<
ContractOptions<[], `0x${string}`>
>>;