pow

package
v0.0.0-...-3fb8f54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

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 해쉬값
	Difficulty int    // 해쉬에서 0를 찾을 때, 몇 개를 찾을 지 정하는 변수
	Nonce      string //
}

type Message

type Message struct {
	BPM int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL