Type alias GetContractParameters<TTransport, TChain, TAccount, TAbi, TPublicClient, TWalletClient, TAddress>

GetContractParameters<TTransport, TChain, TAccount, TAbi, TPublicClient, TWalletClient, TAddress>: {
    abi: TAbi;
    address: TAddress;
    publicClient?: TPublicClient;
    walletClient?: TWalletClient;
}

Type Parameters

Type declaration

Generated using TypeDoc