C# Class BitcoinNET.RPCClient.ListTransactionsResponse

Exibir arquivo Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
account string
address string
amount decimal
blockhash string
blockindex int
blocktime long
category string
comment string
confirmations long
fee decimal
otheraccount string
time long
timereceived long
txid string

Property Details

account public_oe property

public string account
return string

address public_oe property

public string address
return string

amount public_oe property

public decimal amount
return decimal

blockhash public_oe property

public string blockhash
return string

blockindex public_oe property

public int blockindex
return int

blocktime public_oe property

public long blocktime
return long

category public_oe property

public string category
return string

comment public_oe property

public string comment
return string

confirmations public_oe property

public long confirmations
return long

fee public_oe property

public decimal fee
return decimal

otheraccount public_oe property

public string otheraccount
return string

time public_oe property

public long time
return long

timereceived public_oe property

public long timereceived
return long

txid public_oe property

public string txid
return string