An open API service indexing awesome lists of open source software.

https://github.com/pyramation/mobilecoin


https://github.com/pyramation/mobilecoin

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# mobilecoin

```
npm install mobilecoin
```

```js
import {
getBalanceForAccount,
accountInfo
} from 'mobilecoin';

const accountInfo: GetAccountResult = await getAccount({ accountId });
const balance: GetBalanceResult = await getBalanceForAccount({ accountId });
```