setSS58 method

int? setSS58(
  1. int? ss58
)

Implementation

int? setSS58(int? ss58) {
  store.ss58 = ss58;
  return ss58;
}