C# 클래스 BitcoinNET.RPCClient.GetBlockResponse

파일 보기 프로젝트 열기: mb300sd/Bitcoin.NET

공개 프로퍼티들

프로퍼티 타입 설명
bits string
confirmations long
difficulty decimal
hash string
height long
merkleroot string
nextblockhash string
nonce long
previousblockhash string
size int
time long
tx IEnumerable
version int

프로퍼티 상세

bits 공개적으로 프로퍼티

public string bits
리턴 string

confirmations 공개적으로 프로퍼티

public long confirmations
리턴 long

difficulty 공개적으로 프로퍼티

public decimal difficulty
리턴 decimal

hash 공개적으로 프로퍼티

public string hash
리턴 string

height 공개적으로 프로퍼티

public long height
리턴 long

merkleroot 공개적으로 프로퍼티

public string merkleroot
리턴 string

nextblockhash 공개적으로 프로퍼티

public string nextblockhash
리턴 string

nonce 공개적으로 프로퍼티

public long nonce
리턴 long

previousblockhash 공개적으로 프로퍼티

public string previousblockhash
리턴 string

size 공개적으로 프로퍼티

public int size
리턴 int

time 공개적으로 프로퍼티

public long time
리턴 long

tx 공개적으로 프로퍼티

public IEnumerable tx
리턴 IEnumerable

version 공개적으로 프로퍼티

public int version
리턴 int