• On chain amounts (based on the cosmosSdk.Dec type) broadcasted to a sentry directly using the gRPC API should be passed with an extra decimal point 18 places from the beginning (i.e multiplied by 1e18), so we need to add it to get a workable amount

    Parameters

    • value: string | number | BigNumber

    Returns BigNumber

Generated using TypeDoc