mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-18 04:20:03 +02:00
include/libeosio/WIF.hpp: Adding WIF_SIG_K1 constant.
This commit is contained in:
parent
1aa6906ba2
commit
171db63de4
2 changed files with 4 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ const std::string WIF_PUB_LEG = "EOS";
|
|||
const std::string WIF_PUB_K1 = "PUB_K1_";
|
||||
const std::string WIF_PVT_LEG = "";
|
||||
const std::string WIF_PVT_K1 = "PVT_K1_";
|
||||
|
||||
const std::string WIF_SIG_K1 = "SIG_K1_";
|
||||
|
||||
/**
|
||||
* Encode an EC private key to WIF String.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue