UNPKG
@libra-opensource/client-sdk-typescript
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
Diem client SDK
github.com/diem/client-sdk-typescript
diem/client-sdk-typescript
@libra-opensource/client-sdk-typescript
/
dist
/
cli
/
commands
/
getCurrencies.d.ts
6 lines
(5 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BaseCommand
,
Logger
}
from
'./command'
;
export
interface
GetCurrenciesCommand
extends
BaseCommand
{
_
: [
'get_currencies'
]; }
export
declare
function
getCurrencies
(
argv
:
GetCurrenciesCommand
,
logger
:
Logger
):
Promise
<
void
>;