Sha256: d8ad4d2570b8b51d0b75c92958f06c2bd6deeacdada916a9fba29165a388fcaf

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

/**
 * @module index
 */
import { IInvokeScriptParams, WithId, WithProofs, WithSender } from '../transactions';
import { TSeedTypes } from '../types';
import { InvokeScriptTransaction } from '@waves/ts-types';
export declare function invokeScript(params: IInvokeScriptParams, seed: TSeedTypes): InvokeScriptTransaction & WithId & WithProofs;
export declare function invokeScript(paramsOrTx: IInvokeScriptParams & WithSender | InvokeScriptTransaction, seed?: TSeedTypes): InvokeScriptTransaction & WithId & WithProofs;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/waves-transactions/dist/transactions/invoke-script.d.ts