omg-js icon indicating copy to clipboard operation
omg-js copied to clipboard

Get exit information helper

Open nicholasmueller opened this issue 4 years ago • 1 comments

new feature request to get exits and its information by wallet address

something like: rootChain.getExits(address: string): IExit[]

IExit = {
  status: ‘Pending’ | ‘Exited’
  token: string
  exitId: string
  exitableAt: string
  priority: string
}

nicholasmueller avatar Apr 29 '20 08:04 nicholasmueller