Type alias AbiFunction<C, T>

AbiFunction<C, T>: Extract<AbiFunctions<C>, {
    name: T;
}>

Type Parameters