netxddalmodels

package module
v0.0.0-...-79fd5dd Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: GPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TResponse

type TResponse struct {
	Transaction_id string `json:"transaction_id" bson:"transaction_id"`
}

type Transaction

type Transaction struct {
	Transaction_id string `json:"transaction_id" bson:"transaction_id"`
	From_account   int64  `json:"from_account" bson:"from_account"`
	To_account     int64  `json:"to_account" bson:"to_account"`
	Amount         int64  `json:"amount" bson:"amount"`
}

Jump to

Keyboard shortcuts

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