Documentation ¶
Index ¶
- Variables
- func BuildTransferOutTransaction(routerForWithdrawals string, routerForDeposits string, currentEpoch uint64, ...) (*ret.SignedIntent, error)
- func GetVaultBalanceInRouter(coreApiWrapper *coreapi.CoreApiWrapper, routerAddress string, ...) (*ret.Decimal, error)
- type DepositEvent
- type ManifestBuilderWrapper
- type WithdrawEvent
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DepositEventName = "MayaRouterDepositEvent" WithdrawEventName = "MayaRouterWithdrawEvent" )
View Source
var ( TransactionValidityEpochs uint64 = 2 TipPercentage uint16 = 0 )
Functions ¶
Types ¶
type DepositEvent ¶
type DepositEvent struct { Sender string VaultAddress string ResourceAddress string AmountXrdSubunits cosmos.Uint Memo string }
type ManifestBuilderWrapper ¶
type ManifestBuilderWrapper struct {
// contains filtered or unexported fields
}
func NewManifestBuilderWrapper ¶
func NewManifestBuilderWrapper(routerForWithdrawals string, routerForDeposits string) (ManifestBuilderWrapper, error)
Click to show internal directories.
Click to hide internal directories.