Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetGovernanceConfigInput<TAccountGovernanceAccount>

    type SetGovernanceConfigInput<TAccountGovernanceAccount extends string = string> = {
        config: SetGovernanceConfigInstructionDataArgs["config"];
        governanceAccount: TransactionSigner<TAccountGovernanceAccount>;
    }

    Type Parameters

    • TAccountGovernanceAccount extends string = string
    Index
    governanceAccount: TransactionSigner<TAccountGovernanceAccount>

    The governance account the config is for