Index

A B C D E G I K P 
All Classes and Interfaces|All Packages|Constant Field Values

A

ABORT_BLOCK_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.abortBlock(int) is published.
ApplicationService - Interface in io.mokamint.application.service.api
A websocket server for the public API of a Mokamint application.

B

BEGIN_BLOCK_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.beginBlock(long, java.time.LocalDateTime, byte[]) is published.

C

CHECK_PROLOG_EXTRA_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.checkPrologExtra(byte[]) is published.
CHECK_TRANSACTION_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.checkTransaction(Transaction) is published.
close() - Method in interface io.mokamint.application.service.api.ApplicationService
 
COMMIT_BLOCK_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.commitBlock(int) is published.

D

DELIVER_TRANSACTION_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.deliverTransaction(int, Transaction) is published.

E

END_BLOCK_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.endBlock(int, io.mokamint.nonce.api.Deadline) is published.

G

GET_BALANCE_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
GET_INFO_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.getInfo() is published.
GET_INITIAL_STATE_ID_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.getInitialStateId() is published.
GET_PRIORITY_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.getPriority(Transaction) is published.
GET_REPRESENTATION_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.getRepresentation(Transaction) is published.

I

io.mokamint.application.service.api - module io.mokamint.application.service.api
This module defines the API of an application service, that is, a network server that provides the API of a Mokamint application.
io.mokamint.application.service.api - package io.mokamint.application.service.api
 

K

KEEP_FROM_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.keepFrom(java.time.LocalDateTime) is published.

P

PUBLISH_ENDPOINT - Static variable in interface io.mokamint.application.service.api.ApplicationService
The network endpoint path where Application.publish(io.mokamint.node.api.Block) is published.
A B C D E G I K P 
All Classes and Interfaces|All Packages|Constant Field Values