UseAccountInfoProps
Defined in: synapse-react/src/payments/index.ts:17
Extends
Section titled “Extends”SetOptional<OptionsType,"address">
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:`0x${string}`
Defined in: synapse-core/dist/src/pay/accounts.d.ts:7
Inherited from
Section titled “Inherited from”SetOptional.address
blockNumber?
Section titled “blockNumber?”
optionalblockNumber:bigint
Defined in: synapse-core/dist/src/pay/accounts.d.ts:8
Inherited from
Section titled “Inherited from”SetOptional.blockNumber
contractAddress?
Section titled “contractAddress?”
optionalcontractAddress:`0x${string}`
Defined in: synapse-core/dist/src/pay/accounts.d.ts:9
Inherited from
Section titled “Inherited from”SetOptional.contractAddress
query?
Section titled “query?”
optionalquery:Omit<UseQueryOptions<OutputType,Error,OutputType, readonlyunknown[]>,"queryKey"|"queryFn">
Defined in: synapse-react/src/payments/index.ts:23
token?
Section titled “token?”
optionaltoken:`0x${string}`
Defined in: synapse-core/dist/src/pay/accounts.d.ts:6
Inherited from
Section titled “Inherited from”SetOptional.token
watch?
Section titled “watch?”
optionalwatch:boolean
Defined in: synapse-react/src/payments/index.ts:22
Whether to watch blocks.
Default
Section titled “Default”false