Files
lez-programs/apps/shared/wallet/src/WalletAccountId.h
T

7 lines
154 B
C

#pragma once
#include <QString>
QString walletAccountIdToBase58(const QString& accountId);
QString walletAccountIdFromBase58(const QString& accountId);