Skip to content

useAccountInfo

useAccountInfo(props?): UseQueryResult<OutputType, Error>

Defined in: synapse-react/src/payments/index.ts:36

Get the account info from the payments contract.

ParameterTypeDescription
props?UseAccountInfoPropsThe props for the balance.

UseQueryResult<OutputType, Error>

The account info including funds, lockup details, and available balance.