Class: Swt3Ai::WitnessReceipt

Inherits:
Struct
  • Object
show all
Defined in:
lib/swt3_ai/types.rb

Overview

A receipt returned by the witness endpoint after successful anchoring.

Instance Attribute Summary collapse

Instance Attribute Details

#clearing_levelObject

Returns the value of attribute clearing_level

Returns:

  • (Object)

    the current value of clearing_level



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def clearing_level
  @clearing_level
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def error
  @error
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def ok
  @ok
end

#procedure_idObject

Returns the value of attribute procedure_id

Returns:

  • (Object)

    the current value of procedure_id



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def procedure_id
  @procedure_id
end

#swt3_anchorObject

Returns the value of attribute swt3_anchor

Returns:

  • (Object)

    the current value of swt3_anchor



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def swt3_anchor
  @swt3_anchor
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def verdict
  @verdict
end

#verification_urlObject

Returns the value of attribute verification_url

Returns:

  • (Object)

    the current value of verification_url



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def verification_url
  @verification_url
end

#witnessed_atObject

Returns the value of attribute witnessed_at

Returns:

  • (Object)

    the current value of witnessed_at



14
15
16
# File 'lib/swt3_ai/types.rb', line 14

def witnessed_at
  @witnessed_at
end