Coda by Ian Macalinao
    Preparing search index...

    Interface SetGovernanceParamsInput<TAccountGovernor, TAccountSmartWallet>

    interface SetGovernanceParamsInput<
        TAccountGovernor extends string = string,
        TAccountSmartWallet extends string = string,
    > {
        governor: Address<TAccountGovernor>;
        params: GovernanceParametersArgs;
        smartWallet: TransactionSigner<TAccountSmartWallet>;
    }

    Type Parameters

    • TAccountGovernor extends string = string
    • TAccountSmartWallet extends string = string
    Index

    Properties

    governor: Address<TAccountGovernor>
    smartWallet: TransactionSigner<TAccountSmartWallet>