Sha256: 53ed3812b487f5487c55bd6d3208e1432b2a4b1e48992c9c6614a7f14ba88320

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

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