wallet

package
v1.39.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAccount

func CreateAccount(c *gin.Context)

func Get

func Get(c *gin.Context)

func GetAccount

func GetAccount(c *gin.Context)

func Send

func Send(c *gin.Context)

Types

type CreateAccountRequest

type CreateAccountRequest struct {
	Name       string `json:"name"`
	Blockchain string `json:"blockchain"`
}

type PayFromAccountRequest

type PayFromAccountRequest struct {
	Name   string         `json:"name"`
	To     string         `json:"to"`
	Amount currency.Cents `json:"amount"`
	Fee    currency.Cents `json:"fee"`
}

type PayFromAccountResponse

type PayFromAccountResponse struct {
	TransactionId string `json:"transactionId"`
}

Jump to

Keyboard shortcuts

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