Documentation
¶
Index ¶
Constants ¶
View Source
const ( OpQueryGISTUpdate = "tm.event='Tx' AND new_operation.operation_type='IDENTITY_GIST_TRANSFER'" OpQueryStateUpdate = "tm.event='Tx' AND new_operation.operation_type='IDENTITY_STATE_TRANSFER'" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GistUpdateVerifier ¶ added in v1.0.7
type GistUpdateVerifier struct {
// contains filtered or unexported fields
}
func NewGISTUpdateVerifier ¶ added in v1.0.7
func NewGISTUpdateVerifier(cfg config.Config) *GistUpdateVerifier
func (*GistUpdateVerifier) Verify ¶ added in v1.0.7
func (s *GistUpdateVerifier) Verify(ctx context.Context, operation rarimocore.Operation) (rarimocore.VoteType, error)
type StateUpdateVerifier ¶ added in v1.0.7
type StateUpdateVerifier struct {
// contains filtered or unexported fields
}
func NewStateUpdateVerifier ¶
func NewStateUpdateVerifier(cfg config.Config) *StateUpdateVerifier
func (*StateUpdateVerifier) Verify ¶ added in v1.0.7
func (s *StateUpdateVerifier) Verify(ctx context.Context, operation rarimocore.Operation) (rarimocore.VoteType, error)
Click to show internal directories.
Click to hide internal directories.