rootSigningKey property

void rootSigningKey=(Bip32SigningKey? rootSigningKey)

Set the root private or signing key for this wallet.

Implementation

set rootSigningKey(Bip32SigningKey? rootSigningKey) =>
    _rootSigningKey = rootSigningKey;