LedgerApiResponse
Defined in: packages/react/src/hooks/useLedgerApi.ts:22
Parsed Ledger API response
Type Parameters
Section titled “Type Parameters”T = unknown
Properties
Section titled “Properties”data:
T
Defined in: packages/react/src/hooks/useLedgerApi.ts:26
Parsed response data
raw:
Record<string,unknown> |unknown[]
Defined in: packages/react/src/hooks/useLedgerApi.ts:24
Raw JSON payload from the API