Skip to main content

ContractInput type

Signature:

export type ContractInput = {
address: string;
chainId: number;
};