mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-09 14:54:19 +01:00
* drop asec private key encoding * remove pubkey/relaykey/url encoding in common pkg * fix pubkey encoding * remove SecKey
17 lines
560 B
JSON
17 lines
560 B
JSON
{
|
|
"address": {
|
|
"valid": [
|
|
{
|
|
"addr": "ark1qgvdtj5ttpuhkldavhq8thtm5auyk0ec4dcmrfdgu0u5hgp9we22vqa7mdkrrulzu48law4zzvzz8k59hul0ayl2urt905we5wf6gee68sfrfj35",
|
|
"expectedUserKey": "03bedb6c31f3e2e54ffebaa2130423da85bf3efe93eae0d657d1d9a393a4673a3c",
|
|
"expectedAspKey": "0218d5ca8b58797b7dbd65c075dd7ba7784b3f38ab71b1a5a8e3f94ba0257654a6"
|
|
}
|
|
],
|
|
"invalid": [
|
|
{
|
|
"addr": "wrongprefix1qt9tfh7c09hlsstzq5y9tzuwyaesrwr8gpy8cn29cxv0flp64958s0n0yd0",
|
|
"expectedError": "invalid prefix"
|
|
}
|
|
]
|
|
}
|
|
} |