stellar/ruby-stellar-base

View on GitHub
lib/stellar/key_pair.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status