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

    Example

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

    Returns

    Amount in LSK

    Parameters

    • Optional beddowsAmount: string

      Amount in Beddows

    Returns string

Generated using TypeDoc