record

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecordOutput

type RecordOutput struct {
	SubmitTime   string         `json:"submit_time"` // File upload timestamp
	OwnerAddress sdk.AccAddress `json:"owner_addr"`  // Owner of file
	RecordID     string         `json:"record_id"`   // Record index ID
	Description  string         `json:"description"` // Data/file description
	DataHash     string         `json:"data_hash"`   // Data/file hash
	DataSize     int64          `json:"data_size"`   // Data/file Size in bytes
	Data         string         `json:"data"`        // Onchain data
}

func ConvertRecordToRecordOutput

func ConvertRecordToRecordOutput(cliCtx context.CLIContext, r record.MsgSubmitRecord) (RecordOutput, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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