C# 클래스 Secp256k1.VarIntExtensions

파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1

공개 메소드들

메소드 설명
GetVarIntBytes ( this value ) : byte[]

Returns a VarInt as a variable length byte array representing the unsigned byte (uint8_t). VarInt is a Bitcoin Protocol specific structure used for efficient transmission of integrals over the wire. https://en.bitcoin.it/wiki/Protocol_specification#Variable_length_string

메소드 상세

GetVarIntBytes() 공개 정적인 메소드

Returns a VarInt as a variable length byte array representing the unsigned byte (uint8_t). VarInt is a Bitcoin Protocol specific structure used for efficient transmission of integrals over the wire. https://en.bitcoin.it/wiki/Protocol_specification#Variable_length_string
public static GetVarIntBytes ( this value ) : byte[]
value this byte on which the extension method is called
리턴 byte[]