Function convertBeddowsToKLY

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

    Example

     import { convertBeddowsToKLY } from '@klayr/transactions';
    const klyAmount = convertBeddowsToKLY("150000000");

    Returns

    Amount in KLY

    Parameters

    • Optional beddowsAmount: string

      Amount in Beddows

    Returns string

Generated using TypeDoc