Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PackInitCode ¶
PackInitCode packs the init code for a contract deployment.
func UseStagingOmniRPC ¶
func UseStagingOmniRPC(rpc string)
UseStagingOmniRPC overrides the default staging Omni EVM RPC URL.
Types ¶
type Addresses ¶
type FundThresholds ¶
type FundThresholds struct {
// contains filtered or unexported fields
}
func (FundThresholds) MinBalance ¶
func (t FundThresholds) MinBalance() *big.Int
func (FundThresholds) TargetBalance ¶
func (t FundThresholds) TargetBalance() *big.Int
type Salts ¶
type WithFundThreshold ¶
type WithFundThreshold struct { Name string OnlyOmniEVM bool Address common.Address Thresholds FundThresholds }
Click to show internal directories.
Click to hide internal directories.