Type alias ModuleParameters

ModuleParameters: {
    account?: ModularSmartAccount;
    address: Hex;
    data?: Record<string, unknown>;
    signer: Signer;
} & Partial<ModuleActions> & Partial<RequiredModuleParameters>

Type declaration

  • Optional account?: ModularSmartAccount

    account

  • address: Hex

    The hexadecimal address of the module.

  • Optional data?: Record<string, unknown>

    Data for the module

  • signer: Signer

    Signer of the Module.