Add initial RBS support with Steep and TypeProf
This commit is contained in:
9
sig/nostr/key_pair.rbs
Normal file
9
sig/nostr/key_pair.rbs
Normal file
@@ -0,0 +1,9 @@
|
||||
# Classes
|
||||
module Nostr
|
||||
class KeyPair
|
||||
attr_reader private_key: String
|
||||
attr_reader public_key: String
|
||||
|
||||
def initialize: (private_key: String, public_key: String) -> void
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user