Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepositBoxInfo ¶
type DepositBoxInfo struct {
Id string `json:"id"`
BoxType string `json:"type"`
Status string `json:"status"`
Owner sdk.AccAddress `json:"owner"`
Name string `json:"name"`
CreatedTime int64 `json:"created_time"`
TotalAmount types.BoxToken `json:"total_amount"`
Description string `json:"description"`
TransferDisabled bool `json:"transfer_disabled"`
Deposit types.DepositBox `json:"deposit"`
}
type DepositBoxInfos ¶
type DepositBoxInfos []DepositBoxInfo
type FutureBoxInfo ¶
type FutureBoxInfo struct {
Id string `json:"id"`
BoxType string `json:"type"`
Status string `json:"status"`
Owner sdk.AccAddress `json:"owner"`
Name string `json:"name"`
CreatedTime int64 `json:"created_time"`
TotalAmount types.BoxToken `json:"total_amount"`
Description string `json:"description"`
TransferDisabled bool `json:"transfer_disabled"`
Future types.FutureBox `json:"future"`
}
type FutureBoxInfos ¶
type FutureBoxInfos []FutureBoxInfo
type LockBoxInfo ¶
type LockBoxInfo struct {
Id string `json:"id"`
BoxType string `json:"type"`
Status string `json:"status"`
Owner sdk.AccAddress `json:"owner"`
Name string `json:"name"`
CreatedTime int64 `json:"created_time"`
TotalAmount types.BoxToken `json:"total_amount"`
Description string `json:"description"`
TransferDisabled bool `json:"transfer_disabled"`
Lock types.LockBox `json:"lock"`
}
type LockBoxInfos ¶
type LockBoxInfos []LockBoxInfo
Click to show internal directories.
Click to hide internal directories.