Documentation ¶
Index ¶
- Constants
- Variables
- func Balance(ctx context.Context, indices []uint64) (*walletrpc.GetBalanceResponse, error)
- func DbMigrate(url, conn string)
- func GetPaymentRequest(ctx context.Context, address string, min, max uint64) (model.ReceiveGetResponse, error)
- func GetTransferByTxid(ctx context.Context, r *walletrpc.GetTransferByTxidRequest) (*walletrpc.GetTransferByTxidResponse, error)
- func GetTransfers(ctx context.Context, r *walletrpc.GetTransfersRequest) (*walletrpc.GetTransfersResponse, error)
- func Health(ctx context.Context) model.HealthResponse
- func Receive(ctx context.Context, xmr uint64, desc, callbackUrl string) (string, time.Time, error)
- func Run()
- func SqliteMigrateParseDSN(conn string) string
- func TransferSplit(ctx context.Context, r *walletrpc.TransferSplitRequest) (*walletrpc.TransferSplitResponse, error)
- type Receiver
Constants ¶
View Source
const Version = "2.6.0"
Variables ¶
View Source
var Config config
View Source
var WalletPrimaryAddress string
Functions ¶
func GetPaymentRequest ¶ added in v2.2.0
func GetTransferByTxid ¶
func GetTransferByTxid(ctx context.Context, r *walletrpc.GetTransferByTxidRequest) (*walletrpc.GetTransferByTxidResponse, error)
func GetTransfers ¶
func GetTransfers(ctx context.Context, r *walletrpc.GetTransfersRequest) (*walletrpc.GetTransfersResponse, error)
func SqliteMigrateParseDSN ¶ added in v2.4.0
go-migrate's sqlite3 library doesn't use standard DSN connection strings
func TransferSplit ¶ added in v2.5.0
func TransferSplit(ctx context.Context, r *walletrpc.TransferSplitRequest) (*walletrpc.TransferSplitResponse, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.