pub type BridgeAuthorityKeyPair = Secp256k1KeyPair;
struct BridgeAuthorityKeyPair { pub public: Secp256k1PublicKey, pub secret: Secp256k1PrivateKey, }
public: Secp256k1PublicKey
secret: Secp256k1PrivateKey