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 ¶
Click to show internal directories.
Click to hide internal directories.