interface ValidatorEd25519Pubkey {
    algorithm: "ed25519";
    data: Uint8Array;
}

Properties

Properties

algorithm: "ed25519"
data: Uint8Array