params

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoxDepositParams

type BoxDepositParams struct {
	Name             string           `json:"name"`
	TotalAmount      types.BoxToken   `json:"total_amount"`
	Description      string           `json:"description"`
	TransferDisabled bool             `json:"transfer_disabled"`
	Deposit          types.DepositBox `json:"deposit"`
}

type BoxFutureParams

type BoxFutureParams struct {
	Name             string          `json:"name"`
	TotalAmount      types.BoxToken  `json:"total_amount"`
	Description      string          `json:"description"`
	TransferDisabled bool            `json:"transfer_disabled"`
	Future           types.FutureBox `json:"future"`
}

type BoxLockParams

type BoxLockParams struct {
	Name        string         `json:"name"`
	TotalAmount types.BoxToken `json:"total_amount"`
	Description string         `json:"description"`
	Lock        types.LockBox  `json:"lock"`
}

type BoxQueryDepositListParams

type BoxQueryDepositListParams struct {
	Id    string         `json:"id"`
	Owner sdk.AccAddress `json:"owner"`
}

Param query deposit

type BoxQueryParams

type BoxQueryParams struct {
	StartId string         `json:"start_id"`
	Owner   sdk.AccAddress `json:"owner"`
	BoxType string         `json:"type"`
	Limit   int            `json:"limit"`
}

Param query box

Jump to

Keyboard shortcuts

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