Skip to content

eosdetroit/trf-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wallet.discover() object

{
  keyToAccountMap: [{
    index: 0,
    key: XXXX,
    accounts: [{
        account: ‘eosio’,
        authorization: ‘owner’
    }]
  },{
    index: 1,
    key: YYYY,
    accounts: [{
        account: ‘anotherAccount’,
        authorization: ‘active’
    },{
        account: ‘anotherAccount’,
        authorization: ‘owner’
    }]
  }]
}

About

A web frontend for the travel reimbursement fund app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published