symbol-sdk-uint64-to-number

node v14.20.1
version: 1.0.0
endpointsharetweet
require("utf8") const { UInt64 } = require("symbol-sdk") const uint64Value = UInt64.fromUint(300) const numberValue = uint64Value.compact() console.log( uint64Value, numberValue )
Loading…

no comments

    sign in to comment