UNPKG

@zondax/fvm-client-tool

Version:

Filecoin Virtual Machine client tool for AssemblyScript language

7 lines (6 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INIT_ACTOR_CREATE_METHOD = exports.INIT_ACTOR_INSTALL_METHOD = exports.INIT_ACTOR_ADDRESS = void 0; exports.INIT_ACTOR_ADDRESS = "f01"; exports.INIT_ACTOR_INSTALL_METHOD = 3; exports.INIT_ACTOR_CREATE_METHOD = 2;