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 PrivateTransactionManager ¶
type PrivateTransactionManager struct {
// contains filtered or unexported fields
}
func MustNew ¶
func MustNew(path string) *PrivateTransactionManager
func New ¶
func New(path string) (*PrivateTransactionManager, error)
func (*PrivateTransactionManager) Receive ¶
func (g *PrivateTransactionManager) Receive(data []byte) ([]byte, error)
func (*PrivateTransactionManager) SendSignedTx ¶
func (g *PrivateTransactionManager) SendSignedTx(data []byte, to []string) (out []byte, err error)
Click to show internal directories.
Click to hide internal directories.