getPowNonce method

Future<RpcBase64> getPowNonce(
  1. RpcUint64 difficulty,
  2. RpcHash powHash
)

Implementation

Future<RpcBase64> getPowNonce(RpcUint64 difficulty, RpcHash powHash) =>
    api.getPowNonce(difficulty, powHash);