SolAddress.unchecked constructor

const SolAddress.unchecked(
  1. String address
)

Constructs a Solana address without performing validation.

Implementation

const SolAddress.unchecked(this.address);