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