-
Notifications
You must be signed in to change notification settings - Fork 0
API : Account Manager
王辰 edited this page Jan 3, 2020
·
4 revisions
const accManager = new boxdjs.AccountManager(<acc-list>, <update-func>)Add a new account to account-list
* crypto-json <
{
id: string;
address: string;
crypto: {}
}
>
* other-info <object>
Void
await accManager.addToAccList(<crypto-json>, {
name: 'Little Dog Huang',
P2PKH: '40b5608b183efc7b1940d09d29cc49c9ebbdaf8fb7d43e0dc079f56025ed6a4b'
})Sort account-list
-
account-list <object>
By Contentbox