Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallL2FunctionReq ¶
type CallL2FunctionResp ¶
type CallL2FunctionResp struct {
TransactionHash string `json:"transactionHash"`
}
type L2RelayerServer ¶
type L2RelayerServer struct {
// contains filtered or unexported fields
}
func NewL2RelayerServer ¶
func (*L2RelayerServer) CallL2Function ¶
func (s *L2RelayerServer) CallL2Function(p Param) (interface{}, error)
func (*L2RelayerServer) Start ¶
func (s *L2RelayerServer) Start() error
Click to show internal directories.
Click to hide internal directories.