Sha256: 0fa4b005663b1894c366f6b686eb76f01fabd577dd29ffadbe6e9511505bc39a
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
/** * @module index */ import { WithId, WithProofs } from '../transactions'; import { TSeedTypes } from '../types'; import { ExchangeTransaction } from '@waves/ts-types'; export declare function exchange(paramsOrTx: ExchangeTransaction & WithProofs, seed?: TSeedTypes): ExchangeTransaction & 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/exchange.d.ts |