models

package
v0.0.0-...-438f3b5 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2018 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Address   string
	Label     []string
	IsDefault bool
	Lock      bool
	Key       string
	Contract  Contract
	Extra     string
}

type Contract

type Contract struct {
	Script     string
	Parameters []ContractParameter
	Deployed   bool
}

type ContractParameter

type ContractParameter struct {
	Name string
	Type string
}

type Scrypt

type Scrypt struct {
	N int64
	R int64
	P int64
}

type Wallet

type Wallet struct {
	Name     string
	Version  string
	Scrypt   Scrypt
	Accounts []Account
	Extra    string
}

Jump to

Keyboard shortcuts

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