counterstake-sdk
Version:
Counterstake SDK for integrating cross-chain transactions in your dapps
12 lines (11 loc) • 350 B
TypeScript
/**
* Get obyte.js client created by the SDK
* @memberOf counterstake-sdk
* @param {boolean} testnet
* @return {Object}
* @example
* const obyteClient = getObyteClient(testnet);
*/
export function getObyteClient(testnet: boolean): any;
export function watchAA(aa: any, client: any): void;
export function resumeWatchingAAs(client: any): void;