Documentation ¶
Index ¶
- func FromAttestationReportMsg(msg *generated.AttestationReportMsg) *common.AttestationReport
- func FromBatchHeaderMsg(header *generated.BatchHeaderMsg) *common.BatchHeader
- func FromBlockSubmissionResponseMsg(msg *generated.BlockSubmissionResponseMsg) (*common.BlockSubmissionResponse, error)
- func FromCrossChainMsgs(messages []*generated.CrossChainMsg) []MessageBus.StructsCrossChainMessage
- func FromExtBatchMsg(msg *generated.ExtBatchMsg) *common.ExtBatch
- func FromExtRollupMsg(msg *generated.ExtRollupMsg) *common.ExtRollup
- func FromRollupHeaderMsg(header *generated.RollupHeaderMsg) *common.RollupHeader
- func FromSecretRespMsg(secretResponses []*generated.SecretResponseMsg) []*common.ProducedSecretResponse
- func ToAttestationReportMsg(report *common.AttestationReport) generated.AttestationReportMsg
- func ToBatchHeaderMsg(header *common.BatchHeader) *generated.BatchHeaderMsg
- func ToBlockSubmissionResponseMsg(response *common.BlockSubmissionResponse) (*generated.BlockSubmissionResponseMsg, error)
- func ToCrossChainMsgs(messages []MessageBus.StructsCrossChainMessage) []*generated.CrossChainMsg
- func ToExtBatchMsg(batch *common.ExtBatch) generated.ExtBatchMsg
- func ToExtRollupMsg(rollup *common.ExtRollup) generated.ExtRollupMsg
- func ToRollupHeaderMsg(header *common.RollupHeader) *generated.RollupHeaderMsg
- func ToSecretRespMsg(responses []*common.ProducedSecretResponse) []*generated.SecretResponseMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromAttestationReportMsg ¶
func FromAttestationReportMsg(msg *generated.AttestationReportMsg) *common.AttestationReport
func FromBatchHeaderMsg ¶
func FromBatchHeaderMsg(header *generated.BatchHeaderMsg) *common.BatchHeader
func FromBlockSubmissionResponseMsg ¶
func FromBlockSubmissionResponseMsg(msg *generated.BlockSubmissionResponseMsg) (*common.BlockSubmissionResponse, error)
func FromCrossChainMsgs ¶
func FromCrossChainMsgs(messages []*generated.CrossChainMsg) []MessageBus.StructsCrossChainMessage
func FromExtBatchMsg ¶
func FromExtBatchMsg(msg *generated.ExtBatchMsg) *common.ExtBatch
func FromExtRollupMsg ¶
func FromExtRollupMsg(msg *generated.ExtRollupMsg) *common.ExtRollup
func FromRollupHeaderMsg ¶
func FromRollupHeaderMsg(header *generated.RollupHeaderMsg) *common.RollupHeader
func FromSecretRespMsg ¶
func FromSecretRespMsg(secretResponses []*generated.SecretResponseMsg) []*common.ProducedSecretResponse
func ToAttestationReportMsg ¶
func ToAttestationReportMsg(report *common.AttestationReport) generated.AttestationReportMsg
func ToBatchHeaderMsg ¶
func ToBatchHeaderMsg(header *common.BatchHeader) *generated.BatchHeaderMsg
func ToBlockSubmissionResponseMsg ¶
func ToBlockSubmissionResponseMsg(response *common.BlockSubmissionResponse) (*generated.BlockSubmissionResponseMsg, error)
func ToCrossChainMsgs ¶
func ToCrossChainMsgs(messages []MessageBus.StructsCrossChainMessage) []*generated.CrossChainMsg
func ToExtBatchMsg ¶
func ToExtBatchMsg(batch *common.ExtBatch) generated.ExtBatchMsg
func ToExtRollupMsg ¶
func ToExtRollupMsg(rollup *common.ExtRollup) generated.ExtRollupMsg
func ToRollupHeaderMsg ¶
func ToRollupHeaderMsg(header *common.RollupHeader) *generated.RollupHeaderMsg
func ToSecretRespMsg ¶
func ToSecretRespMsg(responses []*common.ProducedSecretResponse) []*generated.SecretResponseMsg
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.