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

    Type Alias IMassTransferParams<LONG>

    IMassTransferParams: {
        assetId?: string | null;
        attachment?: string;
        transfers: MassTransferItem<LONG>[];
    } & 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

    • OptionalassetId?: string | null
    • Optionalattachment?: string

      Bytearray encoded as base string

    • transfers: MassTransferItem<LONG>[]