Class: FlowClient::Signer
- Inherits:
-
Object
- Object
- FlowClient::Signer
- Defined in:
- lib/flow_client/signer.rb
Overview
An abstract super class for the transaction signers. Subclasses must implement the sign method to sign transactions.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#sign(data) ⇒ Object
7 |
# File 'lib/flow_client/signer.rb', line 7 def sign(data); end |