doc: disambiguate sols vs. lamports in doco (#384)
* disambiguate sols vs. lamports in doco * doc: disambiguate sols vs. lamports
This commit is contained in:
committed by
Michael Vines
parent
eb56da4a94
commit
c14a44b8b4
@ -535,7 +535,7 @@ export class Connection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetch the current total currency supply of the cluster
|
* Fetch the current total currency supply of the cluster in lamports
|
||||||
*/
|
*/
|
||||||
async getTotalSupply(): Promise<number> {
|
async getTotalSupply(): Promise<number> {
|
||||||
const unsafeRes = await this._rpcRequest('getTotalSupply', []);
|
const unsafeRes = await this._rpcRequest('getTotalSupply', []);
|
||||||
|
Reference in New Issue
Block a user