wallet

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StatusRouter

func StatusRouter(router *gin.RouterGroup)

func WalletCreateRouter

func WalletCreateRouter(router *gin.RouterGroup)

func WalletDownloadRouter

func WalletDownloadRouter(router *gin.RouterGroup)

func WalletOpenRouter

func WalletOpenRouter(router *gin.RouterGroup)

Types

type CreateWalletData

type CreateWalletData struct {
	Password        string `form:"password" binding:"required"`
	BeneficiaryAddr string `form:"beneficiaryAddr"`
}

type DownloadWalletData

type DownloadWalletData struct {
	Password        string `form:"password" binding:"required"`
	BeneficiaryAddr string `form:"beneficiaryAddr"`
}

type OpenWalletData

type OpenWalletData struct {
	Password string `form:"password" binding:"required"`
}

Jump to

Keyboard shortcuts

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