C# 클래스 BlockStudio.Html.HtmlService

파일 보기 프로젝트 열기: LawrenceBotley/EthereumRpc-NET 1 사용 예제들

공개 메소드들

메소드 설명
BlockHtml ( Block block ) : string
NoResults ( ) : string
TransactionHtml ( Transaction tx ) : string

비공개 메소드들

메소드 설명
Footer ( ) : string
Header ( ) : string

메소드 상세

BlockHtml() 공개 정적인 메소드

public static BlockHtml ( Block block ) : string
block EthereumRpc.Ethereum.Block
리턴 string

NoResults() 공개 정적인 메소드

public static NoResults ( ) : string
리턴 string

TransactionHtml() 공개 정적인 메소드

public static TransactionHtml ( Transaction tx ) : string
tx Transaction
리턴 string