Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendPayload ¶
type Config ¶
type Config struct { Socket string `toml:"socket"` WorkDir string `toml:"workdir"` // Deprecated SocketPath string `toml:"socketPath"` }
func LoadConfig ¶
type Constellation ¶
type Constellation struct {
// contains filtered or unexported fields
}
func MustNew ¶
func MustNew(path string) *Constellation
func New ¶
func New(path string) (*Constellation, error)
func (*Constellation) SendSignedTx ¶
func (g *Constellation) SendSignedTx(data []byte, to []string) (out []byte, err error)
Click to show internal directories.
Click to hide internal directories.