UNPKG
@rubysdk/secret-client
Version:
latest (1.0.0)
1.0.0
RubySDK Secret Network client utilities for data, token and escrow operations
@rubysdk/secret-client
/
dist
/
core
/
get-balance.d.ts
5 lines
•
223 B
TypeScript
View Raw
1
2
3
4
5
import
{
Secret
}
from
'@/lib/client'
;
import
BigNumber
from
'bignumber.js'
;
declare
function
getBalance
(
secret
:
Secret
,
address
:
string
):
Promise
<
BigNumber
>;
export
{ getBalance };
//# sourceMappingURL=get-balance.d.ts.map