UNPKG

@coolwallet/zen

Version:
6 lines (5 loc) 382 B
import * as types from '../config/types'; 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): Promise<{ preActions: Array<Function>; actions: Array<Function>; }>;