Coda by Ian Macalinao
    Preparing search index...

    Interface SetGovernanceDelegateInstructionData

    interface SetGovernanceDelegateInstructionData {
        discriminator: number;
        newGovernanceDelegate: Option<Address>;
    }
    Index

    Properties

    discriminator: number
    newGovernanceDelegate: Option<Address>