Sha256: f25cd78598c9d5faf0fdc1afba622110ff2e47d566ee36da09fcdd81fbfc0aa8

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

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