Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
ChainGrpcBankApi
Class ChainGrpcBankApi
Hierarchy
ChainGrpcBankApi
Index
Constructors
constructor
Properties
client
module
Methods
fetch
Balance
fetch
Balances
fetch
Module
Params
fetch
Total
Supply
Constructors
constructor
new
Chain
Grpc
Bank
Api
(
endpoint
:
string
)
:
ChainGrpcBankApi
Parameters
endpoint:
string
Returns
ChainGrpcBankApi
Properties
Protected
client
client
:
QueryClientImpl
Protected
module
module
:
string
= ChainModule.Bank
Methods
fetch
Balance
fetch
Balance
(
__namedParameters
:
{
accountAddress
:
string
;
denom
:
string
}
)
:
internal
.
Promise
<
Coin
>
Parameters
__namedParameters:
{
accountAddress
:
string
;
denom
:
string
}
account
Address
:
string
denom
:
string
Returns
internal
.
Promise
<
Coin
>
fetch
Balances
fetch
Balances
(
address
:
string
)
:
internal
.
Promise
<
{
balances
:
Coin
[]
;
pagination
:
Pagination
}
>
Parameters
address:
string
Returns
internal
.
Promise
<
{
balances
:
Coin
[]
;
pagination
:
Pagination
}
>
fetch
Module
Params
fetch
Module
Params
(
)
:
internal
.
Promise
<
BankModuleParams
>
Returns
internal
.
Promise
<
BankModuleParams
>
fetch
Total
Supply
fetch
Total
Supply
(
pagination
?:
PaginationOption
)
:
internal
.
Promise
<
{
pagination
:
Pagination
;
supply
:
TotalSupply
}
>
Parameters
Optional
pagination:
PaginationOption
Returns
internal
.
Promise
<
{
pagination
:
Pagination
;
supply
:
TotalSupply
}
>
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Chain
Grpc
Bank
Api
constructor
client
module
fetch
Balance
fetch
Balances
fetch
Module
Params
fetch
Total
Supply
Generated using
TypeDoc