Sha256: 8bd7e4eaae15b63717e91e0967751d3725dbd38eb3a773cd60c11509ce7874c0

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

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