UseAccountInfoProps
Defined in: synapse-react/src/payments/index.ts:29
Extends
Section titled “Extends”SetOptional<AccountInfoOptions,"address">
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:`0x${string}`
Defined in: synapse-core/dist/src/pay/payments.d.ts:4
Inherited from
Section titled “Inherited from”SetOptional.address
blockNumber?
Section titled “blockNumber?”
optionalblockNumber:bigint
Defined in: synapse-core/dist/src/pay/payments.d.ts:5
Inherited from
Section titled “Inherited from”SetOptional.blockNumber
query?
Section titled “query?”
optionalquery:Omit<UseQueryOptions<AccountInfoResult,Error,AccountInfoResult, readonlyunknown[]>,"queryKey"|"queryFn">
Defined in: synapse-react/src/payments/index.ts:35
token?
Section titled “token?”
optionaltoken:`0x${string}`
Defined in: synapse-core/dist/src/pay/payments.d.ts:3
Inherited from
Section titled “Inherited from”SetOptional.token
watch?
Section titled “watch?”
optionalwatch:boolean
Defined in: synapse-react/src/payments/index.ts:34
Whether to watch blocks.
Default
Section titled “Default”false