Documentation ¶ Index ¶ Variables func Start(port string) type Block Constants ¶ This section is empty. Variables ¶ View Source var Blockchain []Block // 체인 선언 Functions ¶ func Start ¶ func Start(port string) Types ¶ type Block ¶ type Block struct { Index int // 데이터 레코드 위치 Timestamp string // 데이터 기록되는 시간 BPM int // business process management Hash string // 해당 블록 sha256 해쉬값 PrevHash string // 이전 블록의 sha256 해쉬값 Validator string // staking 한 토큰의 수량 } Source Files ¶ View all Source files pos.go Click to show internal directories. Click to hide internal directories.