oip

package
v0.0.0-...-06c96c1 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2020 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MSMeta

type MSMeta struct {
	Block     int64                      `json:"block"`
	BlockHash string                     `json:"block_hash"`
	Complete  bool                       `json:"complete"`
	Stale     bool                       `json:"stale"`
	Time      int64                      `json:"time"`
	Tx        *datastore.TransactionData `json:"tx"`
	Txid      string                     `json:"txid"`
}

type Multipart

type Multipart struct {
	Parts []MultipartSingle
	Count uint32
	Total uint32
}

type MultipartSingle

type MultipartSingle struct {
	Part      uint32 `json:"part"`
	Max       uint32 `json:"max"`
	Reference string `json:"reference"`
	Address   string `json:"address"`
	Signature string `json:"signature"`
	Data      string `json:"data"`
	Meta      MSMeta `json:"meta"`
}

Jump to

Keyboard shortcuts

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