Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hidden ¶
type Hidden struct { Sender []byte Receiver []byte Commitment []byte Auxiliary []byte Timestamp int64 }
Hidden is the struct for hidden transaction
type OnChain ¶ added in v0.1.1
type OnChain struct { Sender string `json:"Sender"` Receiver string `json:"Receiver"` Commitment string `json:"Commit"` Auxiliary string `json:"Aux"` Timestamp string `json:"Timestamp"` }
OnChain is the struct for on-chain transaction
func NewOnChain ¶ added in v0.1.14
NewOnChain creates a new on-chain transaction
Click to show internal directories.
Click to hide internal directories.