transaction

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2021 License: MIT Imports: 0 Imported by: 2

Documentation

Overview

Package transaction contains pre-defined constants relating to token transaction. Please noted that this is not a Hyperledger Fabric transaction but a logical transaction concerning tokens defined in the Gringotts system.

Index

Constants

View Source
const (
	Pending   Status = "Pending"
	Confirmed        = "Confirmed"
	Rejected         = "Rejected"
)
View Source
const (
	Deposit  Type = "Deposit"
	Withdraw      = "Withdraw"
	Transfer      = "Transfer"
	Mint          = "Mint"
	Burn          = "Burn"
	Swap          = "Swap"
	Issue         = "Issue"
	Exchange      = "Exchange"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status string

type Step

type Step int
const (
	Validation Step = iota
	SubFromWallet
	AddToWallet
)

type Type

type Type string

Jump to

Keyboard shortcuts

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