setCode method
Add smart contract code to the transaction @param {String} code Smart contract code
Implementation
Transaction setCode(String code) {
data!.code = code;
return this;
}
Add smart contract code to the transaction @param {String} code Smart contract code
Transaction setCode(String code) {
data!.code = code;
return this;
}