Ratik Jindal

Results 3 issues of Ratik Jindal

We require these types in [`algo-builder`](https://github.com/scale-it/algo-builder) ```js export interface AlgodTokenHeader { 'X-Algo-API-Token': string; } export interface IndexerTokenHeader { 'X-Indexer-API-Token': string; } export interface KMDTokenHeader { 'X-KMD-API-Token': string; } export interface...

Great tool! Hi, i was running tealer for [this](https://github.com/scale-it/algo-builder/blob/master/examples/permissioned-token/assets/permissions.py) contract in our [algo-builder/examples](https://github.com/scale-it/algo-builder/tree/master/examples). And i came accross: ```txt Lack of OnCompletion check allows to delete the app Check the path...

Hi, currently `algosigner.accounts` returns an array of all accounts in wallet. Is there an API to fetch a wallet's default(i.e currently active) account ? Or is it `algosigner.accounts({..})[0]` (first account...

enhancement