Documentation ¶
Index ¶
- type PublicrpcServer
- func (s *PublicrpcServer) GetCurrentGuardianSet(ctx context.Context, req *publicrpcv1.GetCurrentGuardianSetRequest) (*publicrpcv1.GetCurrentGuardianSetResponse, error)
- func (s *PublicrpcServer) GetGovernanceVAABatch(ctx context.Context, req *publicrpcv1.GetGovernanceVAABatchRequest) (*publicrpcv1.GetGovernanceVAABatchResponse, error)
- func (s *PublicrpcServer) GetLastHeartbeats(ctx context.Context, req *publicrpcv1.GetLastHeartbeatsRequest) (*publicrpcv1.GetLastHeartbeatsResponse, error)
- func (s *PublicrpcServer) GetNonGovernanceVAABatch(ctx context.Context, req *publicrpcv1.GetNonGovernanceVAABatchRequest) (*publicrpcv1.GetNonGovernanceVAABatchResponse, error)
- func (s *PublicrpcServer) GetSignedVAA(ctx context.Context, req *publicrpcv1.GetSignedVAARequest) (*publicrpcv1.GetSignedVAAResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicrpcServer ¶
type PublicrpcServer struct { publicrpcv1.UnsafePublicRPCServiceServer // contains filtered or unexported fields }
PublicrpcServer implements the publicrpc gRPC service.
func NewPublicrpcServer ¶
func (*PublicrpcServer) GetCurrentGuardianSet ¶
func (s *PublicrpcServer) GetCurrentGuardianSet(ctx context.Context, req *publicrpcv1.GetCurrentGuardianSetRequest) (*publicrpcv1.GetCurrentGuardianSetResponse, error)
func (*PublicrpcServer) GetGovernanceVAABatch ¶
func (s *PublicrpcServer) GetGovernanceVAABatch(ctx context.Context, req *publicrpcv1.GetGovernanceVAABatchRequest) (*publicrpcv1.GetGovernanceVAABatchResponse, error)
func (*PublicrpcServer) GetLastHeartbeats ¶
func (s *PublicrpcServer) GetLastHeartbeats(ctx context.Context, req *publicrpcv1.GetLastHeartbeatsRequest) (*publicrpcv1.GetLastHeartbeatsResponse, error)
func (*PublicrpcServer) GetNonGovernanceVAABatch ¶
func (s *PublicrpcServer) GetNonGovernanceVAABatch(ctx context.Context, req *publicrpcv1.GetNonGovernanceVAABatchRequest) (*publicrpcv1.GetNonGovernanceVAABatchResponse, error)
func (*PublicrpcServer) GetSignedVAA ¶
func (s *PublicrpcServer) GetSignedVAA(ctx context.Context, req *publicrpcv1.GetSignedVAARequest) (*publicrpcv1.GetSignedVAAResponse, error)
Click to show internal directories.
Click to hide internal directories.