Class: Swt3Ai::WitnessReceipt
- Inherits:
-
Struct
- Object
- Struct
- Swt3Ai::WitnessReceipt
- Defined in:
- lib/swt3_ai/types.rb
Overview
A receipt returned by the witness endpoint after successful anchoring.
Instance Attribute Summary collapse
-
#clearing_level ⇒ Object
Returns the value of attribute clearing_level.
-
#error ⇒ Object
Returns the value of attribute error.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#procedure_id ⇒ Object
Returns the value of attribute procedure_id.
-
#swt3_anchor ⇒ Object
Returns the value of attribute swt3_anchor.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
-
#verification_url ⇒ Object
Returns the value of attribute verification_url.
-
#witnessed_at ⇒ Object
Returns the value of attribute witnessed_at.
Instance Attribute Details
#clearing_level ⇒ Object
Returns the value of attribute clearing_level
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def clearing_level @clearing_level end |
#error ⇒ Object
Returns the value of attribute error
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def error @error end |
#ok ⇒ Object
Returns the value of attribute ok
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def ok @ok end |
#procedure_id ⇒ Object
Returns the value of attribute procedure_id
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def procedure_id @procedure_id end |
#swt3_anchor ⇒ Object
Returns the value of attribute swt3_anchor
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def swt3_anchor @swt3_anchor end |
#verdict ⇒ Object
Returns the value of attribute verdict
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def verdict @verdict end |
#verification_url ⇒ Object
Returns the value of attribute verification_url
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def verification_url @verification_url end |
#witnessed_at ⇒ Object
Returns the value of attribute witnessed_at
14 15 16 |
# File 'lib/swt3_ai/types.rb', line 14 def witnessed_at @witnessed_at end |