Deploy.create constructor

Deploy.create(
  1. DeployHeader header,
  2. ExecutableDeployItem payment,
  3. ExecutableDeployItem session
)

Implementation

Deploy.create(this.header, this.payment, this.session) {
  header.bodyHash = Cep57Checksum.encode(bodyHash);
  hash = Cep57Checksum.encode(headerHash);
}