issues
search
telosnetwork
/
api-telos-net
api.telos.net
MIT License
0
stars
1
forks
source link
check account exists
#72
Closed
bkawk
closed
1 year ago
bkawk
commented
1 year ago
Description
Added a check to ensure the account name is available
Reused accountExists from eosio-lib.js but moved it to testnet.lib.js to ensure it uses the testnet
Updated the schema to show the new 400 response for Error creating an account
Added a pattern to the schema to validate the account name and keys
Fixed a spelling mistake with
recieved
Test scenarios
User attempts to register an account with an account name that already exists
Description
recieved
Test scenarios