Example #1
0
func (m *CommitEntryMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
Example #2
0
func (m *AddServerMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
func (m *FactoidTransaction) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
func (m *DirectoryBlockSignature) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
Example #5
0
func (m *ChangeServerKeyMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}