Type alias RouterMetaMethodExtraParams<T>

RouterMetaMethodExtraParams<T>: MetaMethodExtraParams<T> & {
    aggregatorReceiver?: Address;
    receiver?: Address | typeof getContractSignerAddress;
}

Type Parameters

Type declaration

Generated using TypeDoc