FilecoinProvider
function FilecoinProvider(props: PropsWithChildren<FilecoinProviderProps>): FunctionComponentElement<ProviderProps<FilecoinContextType>>;
Defined in: packages/iso-filecoin-react/src/wallet-provider.js:105
Parameters
Parameter | Type |
---|---|
props | PropsWithChildren <FilecoinProviderProps > |
Returns
FunctionComponentElement
<ProviderProps
<FilecoinContextType
>>