decodeStellarMuxedAccountId method Null safety
- String data
Implementation
static Uint8List decodeStellarMuxedAccountId(String data) {
return decodeCheck(VersionByte.MUXED_ACCOUNT_ID, data);
}
static Uint8List decodeStellarMuxedAccountId(String data) {
return decodeCheck(VersionByte.MUXED_ACCOUNT_ID, data);
}