mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 21:15:47 +00:00
Use better names for seed types
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
> api.decodeSeed('sEdTM1uX8pu2do5XvTnutH6HsouMaM2')
|
||||
{ version: [ 1, 225, 75 ],
|
||||
bytes: [ 76, 58, 29, 33, 63, 189, 251, 20, 199, 194, 141, 96, 148, 105, 179, 65 ],
|
||||
type: 'EdSeed' }
|
||||
type: 'ed25519' }
|
||||
> api.decodeSeed('sn259rEFXrQrWyx3Q7XneWcwV6dfL')
|
||||
{ version: 33,
|
||||
bytes: [ 207, 45, 227, 120, 251, 221, 126, 46, 232, 125, 72, 109, 251, 90, 123, 255 ],
|
||||
type: 'K256Seed' }
|
||||
type: 'secp256k1' }
|
||||
> api.decodeAccountID('rJrRMgiRgrU6hDF4pgu5DXQdWyPbY35ErN')
|
||||
[ 186,
|
||||
142,
|
||||
|
||||
Reference in New Issue
Block a user