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