testnetAdapterKey property

void testnetAdapterKey=(String? testnetAdapterKey)

Set the testnet authorization key required to access a given blockchain adapter like blockfrost.

Implementation

set testnetAdapterKey(String? testnetAdapterKey) =>
    _testnetAdapterKey = testnetAdapterKey;