DOCS

getContractFromAbi

function getContractFromAbi(
  params: GetContractFromAbiParams,
): Promise<SmartContractType>;

Parameters

Returns

type ReturnType = Promise<SmartContractType>;