tranche_state

package
v0.0.0-...-5fc2af4 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConversionRate

type ConversionRate struct {
	AmountAConversion decimal.Decimal
	AmountBConversion decimal.Decimal
}

type Storable

type Storable struct {
	// contains filtered or unexported fields
}

func New

func New(block *types.Block, state *state.Manager) *Storable

func (*Storable) Execute

func (s *Storable) Execute(ctx context.Context) error

func (*Storable) ID

func (s *Storable) ID() string

func (*Storable) Result

func (s *Storable) Result() interface{}

func (*Storable) Rollback

func (s *Storable) Rollback(ctx context.Context, tx pgx.Tx) error

func (*Storable) SaveToDatabase

func (s *Storable) SaveToDatabase(ctx context.Context, tx pgx.Tx) error

type TrancheState

type TrancheState struct {
	EPoolAddress string
	CurrentRatio decimal.Decimal

	TokenALiquidity decimal.Decimal
	TokenBLiquidity decimal.Decimal

	ConversionRate ConversionRate
}

Jump to

Keyboard shortcuts

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