denomAmountFromGrpcChainDenomAmount(value: string | number | BigNumber): BigNumber
On chain amounts queried from a sentry using the
gRPC API are returned with an extra decimal point
18 places from the beginning, so we need to remove it
to get a workable amount
On chain amounts queried from a sentry using the gRPC API are returned with an extra decimal point 18 places from the beginning, so we need to remove it to get a workable amount