C# 클래스 FactomAPI.Entries

파일 보기 프로젝트 열기: CryptidID/FactomDotNet

공개 메소드들

메소드 설명
ChainIdOfFirstEntry ( DataStructs entry ) : byte[]

Passing the first entry of a Chain will get the chainId of that entry. Needs the ExtIDs to do this successfully

HashEntry ( DataStructs entry ) : byte[]

Gets a hash of an entry

MarshalBinary ( DataStructs e ) : byte[]

Marshals an entry into a byte[] to be sent to restAPI

비공개 메소드들

메소드 설명
MarshalExtIDsBinary ( DataStructs e ) : byte[]

Helper function of MarshalBinary

MarshalExtIDsSize ( DataStructs e ) : byte[]

Helper function of MarshalBinary

메소드 상세

ChainIdOfFirstEntry() 공개 정적인 메소드

Passing the first entry of a Chain will get the chainId of that entry. Needs the ExtIDs to do this successfully
public static ChainIdOfFirstEntry ( DataStructs entry ) : byte[]
entry DataStructs Entry object
리턴 byte[]

HashEntry() 공개 정적인 메소드

Gets a hash of an entry
public static HashEntry ( DataStructs entry ) : byte[]
entry DataStructs EntryData to be hashed
리턴 byte[]

MarshalBinary() 공개 정적인 메소드

Marshals an entry into a byte[] to be sent to restAPI
public static MarshalBinary ( DataStructs e ) : byte[]
e DataStructs Entry to be marshaled
리턴 byte[]