C# 클래스 BitcoinNET.RPCClient.ValidateAddressResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
account string
address string
iscompressed bool
ismine bool
isscript bool
isvalid bool
pubkey string

프로퍼티 상세

account 공개적으로 프로퍼티

public string account
리턴 string

address 공개적으로 프로퍼티

public string address
리턴 string

iscompressed 공개적으로 프로퍼티

public bool iscompressed
리턴 bool

ismine 공개적으로 프로퍼티

public bool ismine
리턴 bool

isscript 공개적으로 프로퍼티

public bool isscript
리턴 bool

isvalid 공개적으로 프로퍼티

public bool isvalid
리턴 bool

pubkey 공개적으로 프로퍼티

public string pubkey
리턴 string