-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
burning delegate dc take router key as String (#457)
* burning delegate dc take router key as String ecc_compact keys cannot be turned into solana pubkeys, but they can still be used to derive escrow accounts. * Use AsEntityKey trait for burn_delegated txn * Take AsEntityKey as a reference for key argument consistency * impl AsEntityKey for PublicKeyBinary * add From for solana Keypair to helium-lib Keypair * go through string from PublicKeyBinary to ensure correct encoding
- Loading branch information
1 parent
c3f5bab
commit f7e0651
Showing
4 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters