Type alias FixedRouterMetaMethodExtraParams<T>

FixedRouterMetaMethodExtraParams<T>: MetaMethodExtraParams<T> & {
    aggregatorReceiver: Address;
    entityConfig: BaseRouterConfig;
    forCallStatic: Omit<FixedRouterMetaMethodExtraParams<T>, "forCallStatic" | "method">;
    receiver: Address | typeof getContractSignerAddress;
}

Type Parameters

Type declaration

Generated using TypeDoc