Type alias GetOwnablesModuleInitDataParams

GetOwnablesModuleInitDataParams: {
    owners: Address[];
    threshold: bigint;
}

Parameters for initializing the Ownables module.

Type declaration

  • owners: Address[]

    Array of owner addresses for the module.

  • threshold: bigint

    The threshold number of signatures required for operations.