fromBase58 method

T fromBase58(
  1. String b58
)

Implementation

T fromBase58(String b58) {
  return parse(fromB58(b58));
}