mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-26 06:31:19 +00:00
7 lines
154 B
C
7 lines
154 B
C
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
QString walletAccountIdToBase58(const QString& accountId);
|
|
QString walletAccountIdFromBase58(const QString& accountId);
|