Sha256: 7e48dc53c7b2dd61125da550cb115b14428078e466c5cbe57f254047f0766dd3

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

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