Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proof ¶
type Proof interface { GetVersion() uint8 Init() GetInputCoins() []coin.PlainCoin GetOutputCoins() []coin.Coin GetRangeProof() range_proof.RangeProof SetInputCoins([]coin.PlainCoin) error SetOutputCoins([]coin.Coin) error Bytes() []byte SetBytes(proofBytes []byte) error MarshalJSON() ([]byte, error) UnmarshalJSON([]byte) error IsPrivacy() bool }
Proof represents a payment proof.
Click to show internal directories.
Click to hide internal directories.