PHP WebShell

Текущая директория: /opt/BitGoJS/modules/blockapis/dist/src

Просмотр файла: AddressApi.d.ts

export type AddressInfo = {
    /** number of transactions affecting the address */
    txCount: number;
    /** the aggregate value available for the address */
    balance: number;
};
/**
 * Methods related to basic address data
 */
export interface AddressApi {
    /** @return Address info for address */
    getAddressInfo(address: string): Promise<AddressInfo>;
}
//# sourceMappingURL=AddressApi.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!