getContractFromAbi
function getContractFromAbi(
params: GetContractFromAbiParams,
): Promise<SmartContractType>;
Parameters
Returns
type ReturnType = Promise<SmartContractType>;
function getContractFromAbi(
params: GetContractFromAbiParams,
): Promise<SmartContractType>;
type ReturnType = Promise<SmartContractType>;