# Functions
Commit 은 Execute한 effects를 적용시킬 때 사용하는 함수.
Connect 은 Casperlabs의 Execution Engine의 unix socket으로 연결하는 함수.
Execute 는 deploys를 실행할떄의 effects를 받아오는 함수.
Query 는 특정 state 에서 해당 Key의 path에 대한 정보를 조회해주는 함수.
QueryBalance 는 address의 balance를 조회할 때 사용하는 함수.
No description provided by the author
No description provided by the author
No description provided by the author
dapp.
voter.
RunGenesis 는 Execution Engine을 시작할 때 Genensis정보를 chain에 떄라 초기화하는 함수.
Upgrade 는 Wasm 코드나 Cost를 변경하여 Protocol Version을 Upgrade할 때 활용
State hash, 변경할 Insatll Wasm코드, Cost, 현재 protocol version, 다음 protocol version을 파라미터로 받으며, Install wasm 코드를 변경할지, Cost를 변경할지는 옵션으로 가능하며 Upgrade 를 통해 변경한 후 변경될 state hash, effects를 return 해준다.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author