Skip to content

useAddresses

useAddresses(options): object

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

Resolve addresses from the network TODO: use cache

ParameterType
options{ address: string; }
options.addressstring

object

address0x: UseQueryResult<undefined | string, Error>

addressId: UseQueryResult<undefined | AddressId, Error>