Documentation ¶
Index ¶
Constants ¶
View Source
const (
INTEROP = "interop"
)
INTEROP is the namespace of the interop service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteropEndpoints ¶
type InteropEndpoints struct {
// contains filtered or unexported fields
}
InteropEndpoints contains implementations for the "interop" RPC endpoints
func NewInteropEndpoints ¶
func NewInteropEndpoints( logger *zap.SugaredLogger, executor *interop.Executor, db types.IDB, conf *config.Config, ) *InteropEndpoints
NewInteropEndpoints returns InteropEndpoints
func (*InteropEndpoints) GetTxStatus ¶
func (i *InteropEndpoints) GetTxStatus(hash common.Hash) (result interface{}, err jRPC.Error)
Click to show internal directories.
Click to hide internal directories.