Returns whether the given address is valid ss58 format, the ss58 prefix if the address has one, the network address format, and what the account ID is for this address.
SS58 or Hex address of the account.
successfully retrieved address info
Whether the given address is valid ss58 formatted.
SS58 prefix of the given address. If the address is a valid base58 format, but incorrect ss58, a prefix for the given address will still be returned.
The network based on which the given address is encoded.
The account id of the given address.