withFrom method

CallBuilder withFrom(
  1. EvmAddr addr
)

Implementation

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