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