entities/SecurityToken/Issuance/Offerings

Index

Classes

  • Offerings

Interfaces

  • GetStoMethod

  • GetStoParams

  • LaunchTieredStoCustomCurrencyBothNoStableCoinParams

  • LaunchTieredStoCustomCurrencyBothParams

  • LaunchTieredStoCustomCurrencyEthNoStableCoinParams

  • LaunchTieredStoCustomCurrencyEthParams

  • LaunchTieredStoCustomCurrencyPolyNoStableCoinParams

  • LaunchTieredStoCustomCurrencyPolyParams

  • LaunchTieredStoMethod

  • LaunchTieredStoNoCustomCurrencyNoStableCoinParams

  • LaunchTieredStoNoCustomCurrencyParams

  • LaunchTieredStoParams

Type aliases

Type aliases

AllCurrencies

Ƭ AllCurrencies: [Currency.StableCoin, Currency.ETH, Currency.POLY] | [Currency.ETH, Currency.StableCoin, Currency.POLY] | [Currency.ETH, Currency.POLY, Currency.StableCoin] | [Currency.StableCoin, Currency.POLY, Currency.ETH] | [Currency.POLY, Currency.StableCoin, Currency.ETH] | [Currency.POLY, Currency.ETH, Currency.StableCoin]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:39

EthAndPoly

Ƭ EthAndPoly: [Currency.ETH, Currency.POLY] | [Currency.POLY, Currency.ETH]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:38

EthAndStableCoin

Ƭ EthAndStableCoin: [Currency.StableCoin, Currency.ETH] | [Currency.ETH, Currency.StableCoin]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:33

OnlyEth

Ƭ OnlyEth: [Currency.ETH]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:32

OnlyPoly

Ƭ OnlyPoly: [Currency.POLY]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:34

PolyAndStableCoin

Ƭ PolyAndStableCoin: [Currency.StableCoin, Currency.POLY] | [Currency.POLY, Currency.StableCoin]

Defined in src/entities/SecurityToken/Issuance/Offerings.ts:35

Last updated