decodeStellarMuxedAccountId static method

Uint8List decodeStellarMuxedAccountId(
  1. String data
)

Implementation

static Uint8List decodeStellarMuxedAccountId(String data) {
  return decodeCheck(VersionByte.MUXED_ACCOUNT_ID, data);
}