createEntropyFile<T> method

  1. @override
Future<T> createEntropyFile<T>(
  1. String passphrase
)
inherited

Implementation

@override
Future<T> createEntropyFile<T>(String passphrase) =>
    makeTypedRpcCall('wallet_createEntropyFile', [passphrase]);