astroband/ruby-stellar-sdk

View on GitHub
base/lib/stellar/key_pair.rb

Summary

Maintainability
A
3 hrs
Test Coverage
A
95%

Class KeyPair has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

  class KeyPair
    module FactoryMethods
      def from_seed(seed)
        seed_bytes = Util::StrKey.check_decode(:seed, seed)
        from_raw_seed seed_bytes
Severity: Minor
Found in base/lib/stellar/key_pair.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category