diff --git a/types/echo/api.d.ts b/types/echo/api.d.ts index a3072cf7..5522606c 100644 --- a/types/echo/api.d.ts +++ b/types/echo/api.d.ts @@ -59,7 +59,7 @@ export default class Api { getBlockHeader(blockNum: number): Promise; getBlockRewards(blockNum: typeof uint32["__TInput__"]): Promise; getBlockVirtualOperations(blockNum: number): any; - getBtcAddresses(accountId: string): Promise>; + getBtcAddress(accountId: string): Promise>; getBtcDepositScript(btcDepositId: string): Promise; getChainId(force?: boolean): Promise getChainProperties(force?: boolean): Promise;