get_pubkey method

String get_pubkey()

Implementation

String get_pubkey() {
  return _readStr2(olm_sas_pubkey_length, olm_sas_get_pubkey, _inst);
}