createContract method

Transaction_Contract createContract()

Implementation

tron.Transaction_Contract createContract() {
  return tron.Transaction_Contract(
    type: type,
    parameter: Any.pack(contract),
  );
}