Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggchainProofClient ¶
type AggchainProofClient struct {
// contains filtered or unexported fields
}
AggchainProofClient provides an implementation for the AggchainProofClient interface
func NewAggchainProofClient ¶
func NewAggchainProofClient(cfg *aggkitgrpc.ClientConfig) (*AggchainProofClient, error)
NewAggchainProofClient initializes a new AggchainProof instance
func (*AggchainProofClient) GenerateAggchainProof ¶
func (c *AggchainProofClient) GenerateAggchainProof(ctx context.Context, req *types.AggchainProofRequest) (*types.AggchainProof, error)
func (*AggchainProofClient) GenerateOptimisticAggchainProof ¶
func (c *AggchainProofClient) GenerateOptimisticAggchainProof(req *types.AggchainProofRequest, signature []byte) (*types.AggchainProof, error)
Click to show internal directories.
Click to hide internal directories.