toAddress property

String get toAddress

Converts the public address key to a Cardano Shelley address.

Implementation

String get toAddress {
  return AdaShelleyAddrEncoder().encodeKey(pubAddrKey.key.compressed,
      {"pub_skey": pubSkKey.key.compressed, ...coinConf.addrParams});
}