Sha256: 50a556f24f7bb946449bc15f9a239095a6fb4c865655106bd3367b7f69503a77

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

/**
 * @module index
 */
import { IIssueParams, WithId, WithProofs, WithSender } from '../transactions';
import { TSeedTypes } from '../types';
import { IssueTransaction } from '@waves/ts-types';
export declare function issue(params: IIssueParams, seed: TSeedTypes): IssueTransaction & WithId & WithProofs;
export declare function issue(paramsOrTx: IIssueParams & WithSender | IssueTransaction, seed?: TSeedTypes): IssueTransaction & 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/issue.d.ts