@waves/waves-transactions
    Preparing search index...

    Type Alias ISponsorshipParams<LONG>

    ISponsorshipParams: { assetId: string; minSponsoredAssetFee: LONG | null } & IBasicParams<
        LONG,
    >

    Type Parameters

    • LONG = string | number

      Generic type representing LONG type. Default to string | number. Since javascript number more than 2 ** 53 -1 cannot be precisely represented, generic type is used

    Type Declaration

    • assetId: string

      AssetID of sponsored token

    • minSponsoredAssetFee: LONG | null

      Minimal fee amount in sponsored asset. To disable sponsorship set it to 0