Retrieves the ABI for a contract based on its account name
String representation of privileged EOSIO name type
^(eosio[\.][a-z1-5]{1,6})([a-j]{1})?$
String representation of basic EOSIO name type, must be 12 characters and contain only a-z and 0-5
^([a-z]{1}[a-z1-5]{11})([a-j]{1})?$
String representation of EOSIO bid name type, 1-12 characters and only a-z and 0-5 are allowed
^([a-z1-5]{1,12})([a-j]{1})?$
String representation of EOSIO name type
^([a-z1-5]{1}[a-z1-5\.]{0,10}[a-z1-5]{1})([a-j]{1})?$
OK