interface RelayerManagementOptions {
    pubkey: string;
}

Properties

Properties

pubkey: string

32-byte Ed25519 public key of the relayer to add or remove, as a lowercase hex string (64 characters).