(tick: string)
| 454 | } |
| 455 | |
| 456 | async tokenInfo(tick: string) { |
| 457 | const result = await this.urchain.tokenInfo(tick); |
| 458 | return result; |
| 459 | } |
| 460 | |
| 461 | // eslint-disable-next-line @typescript-eslint/require-await, @typescript-eslint/no-unused-vars |
| 462 | async upN20(tick: string): Promise<IBroadcastResult> { |