WalletContract constructor

WalletContract(
  1. Id yIdx,
  2. String name,
  3. String lockTemplate
)

Implementation

WalletContract(super.yIdx, super.name, super.lockTemplate) : super();