publicKey property

Uint8List? publicKey
final

The public key controlling this UTXO. Required for every type currently supported (p2pkh / p2shP2wpkh / p2wpkh). Optional only for taproot key-path spends, which are not yet supported.

Implementation

final Uint8List? publicKey;