C# 클래스 HashrateCalculator.Block

파일 보기 프로젝트 열기: GarageGames/Bitcoin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mHash string
mHeader BlockHeader
mTransactions List

공개 메소드들

메소드 설명
Block ( ) : System

메소드 상세

Block() 공개 메소드

public Block ( ) : System
리턴 System

프로퍼티 상세

mHash 공개적으로 프로퍼티

public string mHash
리턴 string

mHeader 공개적으로 프로퍼티

public BlockHeader,HashrateCalculator mHeader
리턴 BlockHeader

mTransactions 공개적으로 프로퍼티

public List mTransactions
리턴 List