SmartAccountConfig constructor

SmartAccountConfig(
  1. String name,
  2. String version,
  3. String ownerAddress
)

Implementation

SmartAccountConfig(this.name, this.version, this.ownerAddress);