Documentation ¶
Index ¶
- Variables
- type Service
- func (c *Service) GistRelay(ctx context.Context, gist string, chainName string, waitTxConfirm bool) (txhash string, err error)
- func (c *Service) GistRelays(ctx context.Context, gist string) ([]data.GistTransition, error)
- func (c *Service) StateRelay(ctx context.Context, state string, chainName string, waitTxConfirm bool) (txhash string, err error)
- func (c *Service) StateRelays(ctx context.Context, state string) ([]data.Transition, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GistRelays ¶
func (*Service) StateRelay ¶
func (*Service) StateRelays ¶
Click to show internal directories.
Click to hide internal directories.