Type alias Transport<TType, TRpcAttributes, TEIP1193RequestFn>

Transport<TType, TRpcAttributes, TEIP1193RequestFn>: (<TChain>({ chain, }) => {
    config: TransportConfig<TType>;
    request: TEIP1193RequestFn;
    value?: TRpcAttributes;
})

Type Parameters

Type declaration

Generated using TypeDoc