toAddress method
Derive the Solana address associated with the public key.
Implementation
SolAddress toAddress() {
return SolAddress.fromPublicKey(toBytes());
}
Derive the Solana address associated with the public key.
SolAddress toAddress() {
return SolAddress.fromPublicKey(toBytes());
}