Used for token amounts conversion from their Big Number representation to number.
Get value in the highest units from BN representation of the same value in the smallest units.
getNumberFromBN(value:BN,decimals:number):number
Parameters
value: BN
Big Number representation of value in the smallest units.
Used for token amounts conversion from their Big Number representation to number. Get value in the highest units from BN representation of the same value in the smallest units.