Documentation ¶
Index ¶
Constants ¶
View Source
const (
GET = "GET"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetLatestHeight ¶
type Execution ¶
type Execution struct { Transitions []Transitions `json:"transitions"` GlobalStateRoot string `json:"global_state_root"` Proof string `json:"proof"` }
type FeeTransition ¶
type FeeTransition struct { Transtion Transitions `json:"transition"` GlobalStateRoot string `json:"global_state_root"` Proof string `json:"proof"` }
type IAleoRPC ¶
type Transaction ¶
type Transaction struct { Type string `json:"type"` Id string `json:"id"` Execution_ Execution `json:"execution"` Fee FeeTransition `json:"fee"` }
Click to show internal directories.
Click to hide internal directories.