@2waychain/2wayjs
Version:
API wrapper to access the AIBlock 2 Way Chain
21 lines (20 loc) • 557 B
TypeScript
import { IFetchBalanceResponse } from '../interfaces';
export type IAddressListTest = {
[key: string]: {
public_key: string;
secret_key: string;
address_version: null;
};
};
export declare const CONFIG: {
mempoolHost: string;
storageHost: string;
valenceHost: string;
passphrase: string;
};
export declare const MK: {
nonce: string;
save: string;
};
export declare const ADDRESS_LIST_TEST: IAddressListTest;
export declare const FETCH_BALANCE_RESPONSE_TEST: IFetchBalanceResponse;