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