limit

package
v1.10.8 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SendLimits = map[currency_lib.Code]SendLimit{}/* 163 elements not displayed */

	MicroPaymentLimits = map[currency_lib.Code]MicroPaymentLimit{}/* 164 elements not displayed */

	MaxDailyDepositUsdAmount = 1.5 * SendLimits[currency_lib.USD].Daily
	MaxPerDepositUsdAmount   = 1.2 * SendLimits[currency_lib.USD].PerTransaction
)

todo: Better way of managing all of this

Functions

This section is empty.

Types

type MicroPaymentLimit

type MicroPaymentLimit struct {
	Min float64
	Max float64
}

type SendLimit

type SendLimit struct {
	PerTransaction float64
	Daily          float64
}

Jump to

Keyboard shortcuts

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