class Counterparty::BTCPay

An object that matches a request to settle an Order Match for which BTC is owed.

Attributes

block_index[RW]

(integer): The block index (block number in the block chain)

order_match_id[RW]

(string):

source[RW]

source (string):

tx_hash[RW]

(string): The transaction hash

tx_index[RW]

(integer): The transaction index

validity[RW]

(string): Set to “valid” if valid

Public Class Methods

api_name() click to toggle source
# File lib/counterparty/resources.rb, line 224
def self.api_name; 'btcpays'; end