@massalabs/wallet-provider
Version:
massa's wallet provider
11 lines • 448 B
JavaScript
export var operationType;
(function (operationType) {
operationType["CallSC"] = "callSC";
operationType["DeploySC"] = "deploySC";
operationType["SendTransaction"] = "sendTransaction";
operationType["SellRolls"] = "sellRolls";
operationType["BuyRolls"] = "buyRolls";
operationType["Sign"] = "sign";
operationType["ExecuteSC"] = "executeSC";
})(operationType || (operationType = {}));
//# sourceMappingURL=constants.js.map