Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetGovernanceDelegateInstructionData

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