A validator onchain.

Export

Validator

interface Validator {
    asset_id: string;
    details?: EthereumValidatorMetadata;
    network_id: string;
    status: ValidatorStatus;
    validator_id: string;
}

Properties

asset_id: string

The ID of the asset that the validator helps stake.

Memberof

Validator

Memberof

Validator

network_id: string

The ID of the blockchain network to which the Validator belongs.

Memberof

Validator

Memberof

Validator

validator_id: string

The publicly identifiable unique id of the validator. This can be the public key for Ethereum validators and maybe an address for some other network.

Memberof

Validator