Simon Lee hace 1 año
padre
commit
b60bfa5db7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      TC3/start.ts

+ 0
- 2
TC3/start.ts Ver fichero

@@ -30,8 +30,6 @@ async function getBalance(symbol: string, address: string ): Promise<number> {
async function getBalanceAsc(symbol: string, address: string ): Promise<any> {
const path = `holders/${address}/tokens/${symbol}/balance`;
return axios.get(gateWay + path, getAuthHeader(authToken));
// const ret = await axios.get(gateWay + path, getAuthHeader(authToken));
// return ret.data;
}

function getAuthHeader(token: string) : any{

Cargando…
Cancelar
Guardar