var searchIndex = {}; searchIndex["coinaddress"] = {"doc":"Functions for validating the base58 hash checksums, including specifically\nthe bitcoin and litecoin addresses.","items":[[4,"ValidationError","coinaddress","",null,null],[13,"TooShort","","Given address is too short to be valid",0,null],[13,"InvalidEncoding","","Encoding is not a valid base58",0,null],[13,"HashMismatch","","Computed hash does not match the embedded one",0,null],[13,"NotBitcoin","","This address is not a bitcoin address (testnet or real).\nMay happen when attempting to validate btc address",0,null],[13,"NotLitecoin","","This address is not a litecoin address.\nMay happen when attempting to validate ltc address",0,null],[5,"validate_base58_hash","","Validate provided generic base58 hash.\nReturns the hash version/type if correct and an error otherwise.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"validate_btc_address","","Validate bitcoin address checksum.\nReturns the hash version/type if correct and an error otherwise.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"validate_ltc_address","","Validate litecoin address checksum.\nReturns the hash version/type if correct and an error otherwise.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[11,"fmt","","",0,null],[11,"eq","","",0,null]],"paths":[[4,"ValidationError"]]}; initSearch(searchIndex);