Type alias SmartAccountInfo

SmartAccountInfo: {
    accountAddress: Hex;
    currentImplementation: string;
    currentVersion: string;
    deploymentIndex: BigNumberish;
    factoryAddress: Hex;
    factoryVersion: string;
}

Type declaration

  • accountAddress: Hex

    accountAddress: The address of the smart account

  • currentImplementation: string

    currentImplementation: The address of the current implementation

  • currentVersion: string

    currentVersion: The version of the smart account

  • deploymentIndex: BigNumberish

    deploymentIndex: The index of the deployment

  • factoryAddress: Hex

    factoryAddress: The address of the smart account factory

  • factoryVersion: string

    factoryVersion: The version of the factory