Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressFromPubKey ¶
Types ¶
type Addresses ¶
func NewAddress ¶
func NewAddress() Addresses
func (Addresses) UpdateNonce ¶
type Context ¶
type Context struct { Addresses Addresses Rollups Rollups Validators Validators RollupAddress map[string]*storage.RollupAddress AddressActions map[string]*storage.AddressAction SupplyChange decimal.Decimal BytesInBlock int64 GasUsed int64 GasWanted int64 DataSize int64 ActionTypes storageTypes.Bits Constants map[string]*storage.Constant Bridges map[string]*storage.Bridge Fees []*storage.Fee Proposer string }
func NewContext ¶
func NewContext() Context
func (*Context) AddGenericConstant ¶
func (*Context) BridgesArray ¶
func (*Context) ConstantsArray ¶
type DecodedTx ¶
type DecodedTx struct { Tx *astria.SignedTransaction UnsignedTx *astria.UnsignedTransaction Actions []storage.Action Signer *storage.Address ActionTypes storageTypes.Bits }
type Rollups ¶
func NewRollups ¶
func NewRollups() Rollups
type Validators ¶
func NewValidators ¶
func NewValidators() Validators
Click to show internal directories.
Click to hide internal directories.