decodeStellarAccountId static method

Uint8List decodeStellarAccountId(
  1. String data
)

Implementation

static Uint8List decodeStellarAccountId(String data) {
  return decodeCheck(VersionByte.ACCOUNT_ID, data);
}