from Claimable Balance
Creates a new Address from a Stellar Claimable Balance ID.
Accepts the 33-byte strkey body (the type discriminant followed by the 32-byte hash), the 32-byte hash alone, or the 36-byte XDR wire form (the four-byte big-endian union discriminant followed by the hash).
Return
a new Address object from the given Stellar Claimable Balance ID
Parameters
claimable Balance Id
the byte array of the Stellar Claimable Balance ID (B...)
Throws
if claimableBalanceId has none of those widths, or if the discriminant in the 33- or 36-byte form is not the one the XDR union declares