fromXdr static method
Implementation
static SorobanAddressCredentials fromXdr(XdrSorobanAddressCredentials xdr) {
return SorobanAddressCredentials(Address.fromXdr(xdr.address),
xdr.nonce.int64, xdr.signatureExpirationLedger.uint32, xdr.signature);
}