from Base58Multibase
Decodes a multibase string to a pair of the transform and the encoded number basis.
Return
A pair of the encoded number basis and the decoded transform.
Parameters
multibase
The multibase string to decode.
Throws
if the multibase string is invalid.