package
0.0.0-20200604101126-5bd6cff2be45
Repository: https://github.com/bcbchain/bclib.git
Documentation: pkg.go.dev
# Functions
N convert x to Number.
N1 convert b*d to Number.
N2 convert b*d1*d2 to Number.
NB convert x to Number.
NBS convert big-endian encoded unsigned bytes bs to Number.
NBytes convert big-endian encoded unsigned bytes bs to Number.
NewNumber convert x to Number.
NewNumberBigInt convert x to Number.
NewNumberLong convert b*d to Number.
NewNumberLongLong convert b*d1*d2 to Number.
NewNumberStringBase convert the value s to Number, interpreted in the given base,and returns z and a boolean indicating success.
NSBS convert big-endian encoded signed bytes bs to Number, the first byte == 0xFF means the sign is negative.
NSBytes convert big-endian encoded signed bytes bs to Number, the first byte == 0xFF means the sign is negative.
NString convert s to Number.
NStringHex convert s to Number.
# Constants
No description provided by the author