Structs
GovernanceWitnessConfig
Holds the GovernanceWitness type for runtime type checks.
RewardWitnessConfig
Holds the RewardWitness type for runtime type checks.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enforces type-based permissions for Trust-related actions.
use std::type_name;
use sui::package;
use sage_admin::admin;
GovernanceWitnessConfigGovernanceWitness type for runtime type checks.
public struct GovernanceWitnessConfig has key
Show Fields
id: sui::object::UID,
finalized: bool,
type_name: std::type_name::TypeName
RewardWitnessConfigRewardWitness type for runtime type checks.
public struct RewardWitnessConfig has key
Show Fields
id: sui::object::UID,
finalized: bool,
type_name: std::type_name::TypeName
const EIsFinalized: u64 = 370;
const EWitnessMismatch: u64 = 371;