Documentation ¶
Index ¶
- func AddChallenge(db sql.Executor, nodeID types.NodeID, ch *types.NIPostChallenge) error
- func AddInitialPost(db sql.Executor, nodeID types.NodeID, post *types.Post, ...) error
- func Challenge(db sql.Executor, nodeID types.NodeID) (*types.NIPostChallenge, error)
- func InitialPost(db sql.Executor, nodeID types.NodeID) (*types.Post, types.ATXID, error)
- func RemoveChallenge(db sql.Executor, nodeID types.NodeID) error
- func RemoveInitialPost(db sql.Executor, nodeID types.NodeID) error
- func UpdateChallenge(db sql.Executor, nodeID types.NodeID, ch *types.NIPostChallenge) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChallenge ¶
func AddInitialPost ¶
func InitialPost ¶
func RemoveInitialPost ¶ added in v1.4.0
func UpdateChallenge ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.