rialo-stake-cache-interface 0.4.1

Shared types for the Stake Cache used by svm-execution and program-runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! Self-bond PDA helpers.
//!
//! The canonical definitions now live in [`rialo_validator_registry_interface::pda`]
//! because the self-bond PDA is derived from that program's ID. These re-exports
//! are kept for backward compatibility.

pub use rialo_validator_registry_interface::pda::{
    derive_self_bond_address, derive_self_bond_address_with_bump, SELF_BOND_SEED,
};