Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteropClient ¶
type InteropClient struct {
// contains filtered or unexported fields
}
func NewInteropClient ¶
func NewInteropClient(rpcEndpoint string) *InteropClient
func (*InteropClient) CheckAccessList ¶
func (cl *InteropClient) CheckAccessList(ctx context.Context, inboxEntries []common.Hash, minSafety interoptypes.SafetyLevel, executingDescriptor interoptypes.ExecutingDescriptor) error
func (*InteropClient) Close ¶
func (cl *InteropClient) Close()
func (*InteropClient) GetFailsafeEnabled ¶
func (cl *InteropClient) GetFailsafeEnabled(ctx context.Context) (bool, error)
GetFailsafeEnabled queries the supervisor for the failsafe status using the admin_failsafeEnabled RPC.
Click to show internal directories.
Click to hide internal directories.