@aleph-sdk/monorepo
Preparing search index...
message/src
GetAccountCreditHistoryResponse
Type Alias GetAccountCreditHistoryResponse
type
GetAccountCreditHistoryResponse
=
{
address
:
string
;
credit_history
:
Record
<
string
,
any
>
[]
;
pagination_page
:
number
;
pagination_per_page
:
number
;
pagination_total
:
number
;
}
Index
Properties
address
credit_
history
pagination_
page
pagination_
per_
page
pagination_
total
Properties
address
address
:
string
credit_
history
credit_history
:
Record
<
string
,
any
>
[]
pagination_
page
pagination_page
:
number
pagination_
per_
page
pagination_per_page
:
number
pagination_
total
pagination_total
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
credit_
history
pagination_
page
pagination_
per_
page
pagination_
total
@aleph-sdk/monorepo
Loading...