Base58Data constructor

const Base58Data(
  1. String value
)

From base58 String value

Implementation

const Base58Data(this.value);