withFrom method

InvokeBuilder withFrom(
  1. EvmAddr addr
)

Implementation

InvokeBuilder withFrom(EvmAddr addr) {
  from = addr;
  return this;
}