sui_bridge::crypto

Type Alias BridgeAuthorityKeyPair

Source
pub type BridgeAuthorityKeyPair = Secp256k1KeyPair;

Aliased Type§

struct BridgeAuthorityKeyPair {
    pub public: Secp256k1PublicKey,
    pub secret: Secp256k1PrivateKey,
}

Fields§

§public: Secp256k1PublicKey§secret: Secp256k1PrivateKey