QueryBuildAddressRequest constructor

const QueryBuildAddressRequest({
  1. String? codeHash,
  2. String? creatorAddress,
  3. String? salt,
  4. List<int>? initArgs,
})

Implementation

const QueryBuildAddressRequest({
  this.codeHash,
  this.creatorAddress,
  this.salt,
  this.initArgs,
});