Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { SendBundle(context.Context, types.SendBundleArgs) (common.Hash, error) QueryBundle(context.Context, common.Hash) (*types2.Bundle, error) BundlePrice(context.Context) (*big.Int, error) Builders(context.Context) ([]common.Address, error) Validators(context.Context) ([]common.Address, error) }
Click to show internal directories.
Click to hide internal directories.