sdk: Move Signer trait to own module

This commit is contained in:
Trent Nelson
2021-05-07 00:51:52 -06:00
committed by Trent Nelson
parent d4ffd909a4
commit af6f3d776e
3 changed files with 119 additions and 88 deletions

View File

@@ -40,6 +40,7 @@ pub mod rpc_port;
pub mod secp256k1_instruction;
pub mod shred_version;
pub mod signature;
pub mod signer;
pub mod signers;
pub mod stake_weighted_timestamp;
pub mod system_transaction;