Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClaimBlock string = "claim.uvio.network/block" ClaimObject string = "claim.uvio.network/object" )
View Source
const ( LifecycleExpired InterimLifecycle = "expired" LifecycleOnchain DesiredLifecycle = "onchain" LifecyclePending InterimLifecycle = "pending" )
View Source
const ( NoteKind string = "note.uvio.network/kind" NoteResource string = "note.uvio.network/resource" )
View Source
const ( NoteKindUserRight string = "UserRight" NoteKindUserWrong string = "UserWrong" NoteKindUserHonest string = "UserHonest" NoteKindUserDishonest string = "UserDishonest" NoteKindUserAbstained string = "UserAbstained" NoteKindUvxMint string = "UvxMint" NoteKindVoterSelected string = "VoterSelected" )
View Source
const ( OriginExtern string = "extern" OriginIntern string = "intern" )
View Source
const ( TaskOrigin string = "task.uvio.network/origin" TaskWorker string = "task.uvio.network/worker" )
View Source
const (
UserObject string = "user.uvio.network/object"
)
View Source
const (
VoteIndex string = "vote.uvio.network/index"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DesiredLifecycle ¶
type DesiredLifecycle string
const ( LifecycleCreated DesiredLifecycle = "created" LifecycleBalance DesiredLifecycle = "balance" LifecycleDispute DesiredLifecycle = "dispute" LifecyclePropose DesiredLifecycle = "propose" LifecycleResolve DesiredLifecycle = "resolve" )
type InterimLifecycle ¶
type InterimLifecycle string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.