@kyve/core-beta
Version:
🚀 The base KYVE node implementation.
11 lines (10 loc) • 303 B
TypeScript
import { Node } from "../..";
/**
* setupSDK creates the main KYVE SDK and the client which is used for transactions
* and the lcd client which is used for queries
*
* @method setupSDK
* @param {Node} this
* @return {Promise<void>}
*/
export declare function setupSDK(this: Node): Promise<void>;