Skip to content

useAddresses

useAddresses(options): object

Defined in: packages/iso-filecoin-react/src/wallet-provider.js:521

Resolve addresses from the network TODO: use cache

ParameterType
options{ address: string; }
options.addressstring

object

address0x: UseQueryResult<string | undefined, Error>

addressId: UseQueryResult<AddressId | undefined, Error>