balance

package
v0.1.102 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package balance provides the compute-balance-tree command.

Index

Constants

View Source
const (
	ArgL2ClaimsFileName   = "l2-claims-file"
	ArgL2DepositsFileName = "l2-deposits-file"
	ArgBridgeAddress      = "bridge-address"
	ArgRPCURL             = "rpc-url"
	ArgL2NetworkID        = "l2-network-id"
	ArgInsecure           = "insecure"
)

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "compute-balance-tree",
	Short: "Compute the balance tree given the deposits.",
	Long:  usage,
	RunE: func(cmd *cobra.Command, args []string) error {
		return balanceTree()
	},
	SilenceUsage: true,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL