interface ValidatorSecp256k1Pubkey {
    algorithm: "secp256k1";
    data: Uint8Array;
}

Properties

Properties

algorithm: "secp256k1"
data: Uint8Array