Interface for custom Thorchain client

interface ThorchainClient {
    deposit(params): Promise<string>;
    getDepositTransaction(txId): Promise<DepositTx>;
    transferOffline(params): Promise<string>;
}

Implemented by

Methods

Generated using TypeDoc