• Converts a given amount of Beddows to LSK. 1 LSK = 10^8 Beddows.

    Example

     import { convertLSKToBeddows } from '@liskhq/lisk-transactions';
    const lskAmount = convertLSKToBeddows("15");

    Returns

    Amount in Beddows

    Parameters

    • Optional lskAmount: string

      Amount in LSK

    Returns string

Generated using TypeDoc