# Functions

No description provided by the author
AddDeploy 는 deploy를 deploy list에 추가하기위한 함수.
Blake2b256 는 blake2b 256 hash 결과 값을 return 해주는 함수.
DecodeHexString 는 hex string을 byte array로 변경해주는 함수.
No description provided by the author
EncodeToHexString 는 byte array를 hex string으로 변경해주는 함수.
No description provided by the author
No description provided by the author
LoadWasmFile 은 wasm 파일을 byte array로 return 해주는 함수.
MakeDeploy 는 address, sessionCode, sessionArgs, paymentCode, paymentArgs, gasPrice, timestamp를 받아 DeployItem을 만들어주는 함수.
No description provided by the author
No description provided by the author
MakeInitDeploys 은 Deploy Item array를 할당 받기위한 함수.
No description provided by the author
MakeProtocolVersion 은 major, minor, patch의 값을 받아 ProtocolVersion 을 만들어주는 함수.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
StrEmptyStateHash 는 비어있는 trie의 state Hash 값으로 초기 state hash 값.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author