encodeStellarAccountId static method

String encodeStellarAccountId(
  1. Uint8List data
)

Implementation

static String encodeStellarAccountId(Uint8List data) {
  return encodeCheck(VersionByte.ACCOUNT_ID, data);
}