UNPKG

@coolwallet/ltc

Version:
7 lines (6 loc) 557 B
import * as types from '../config/types'; export declare function getArgument(scriptType: types.ScriptType, inputs: Array<types.Input>, output: types.Output, change?: types.Change): Promise<string>; export declare function getScriptSigningActions(transport: types.Transport, scriptType: types.ScriptType, appId: string, appPrivateKey: string, inputs: Array<types.Input>, preparedData: types.PreparedData, output: types.Output, change: types.Change | undefined, coinType: string): Promise<{ preActions: Array<Function>; actions: Array<Function>; }>;