deployPayload property

Map deployPayload

Implementation

Map get deployPayload => {
      'version': this.version,
      'amount': BigInt.from(0),
      'toAddr': ZilAddress.toValidAddress('0x' + '0' * 40),
      'code': this.code,
      'data': json.encode(this.init).replaceAll(r"/\\", '"')
    };