Ejemplo n.º 1
0
func (m *CommitEntryMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
Ejemplo n.º 2
0
func (m *AddServerMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
Ejemplo n.º 3
0
func (m *FactoidTransaction) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
func (m *DirectoryBlockSignature) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}
Ejemplo n.º 5
0
func (m *ChangeServerKeyMsg) FollowerExecute(state interfaces.IState) {
	state.FollowerExecuteMsg(m)
}