Class: Blockchain0xX402::Wire::ExactUsdcPayment
- Inherits:
-
Struct
- Object
- Struct
- Blockchain0xX402::Wire::ExactUsdcPayment
- Defined in:
- lib/blockchain0x_x402/wire.rb
Overview
Decoded X-Payment header payload (scheme=exact-usdc).
Instance Attribute Summary collapse
-
#amount_usdc ⇒ Object
Returns the value of attribute amount_usdc.
-
#network ⇒ Object
Returns the value of attribute network.
-
#payer_address ⇒ Object
Returns the value of attribute payer_address.
-
#payment_request_id ⇒ Object
Returns the value of attribute payment_request_id.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#tx_hash ⇒ Object
Returns the value of attribute tx_hash.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#amount_usdc ⇒ Object
Returns the value of attribute amount_usdc
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def amount_usdc @amount_usdc end |
#network ⇒ Object
Returns the value of attribute network
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def network @network end |
#payer_address ⇒ Object
Returns the value of attribute payer_address
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def payer_address @payer_address end |
#payment_request_id ⇒ Object
Returns the value of attribute payment_request_id
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def payment_request_id @payment_request_id end |
#scheme ⇒ Object
Returns the value of attribute scheme
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def scheme @scheme end |
#tx_hash ⇒ Object
Returns the value of attribute tx_hash
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def tx_hash @tx_hash end |
#version ⇒ Object
Returns the value of attribute version
70 71 72 |
# File 'lib/blockchain0x_x402/wire.rb', line 70 def version @version end |