UNPKG

@rarimo/providers-near

Version:

Features of the Rarimo SDK that provide access to wallets and the ability to interact with them on the NEAR blockchain.

16 lines (15 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ENearWalletId", { enumerable: true, get: function() { return ENearWalletId; } }); var ENearWalletId; (function(ENearWalletId) { ENearWalletId["MyNearWallet"] = 'my-near-wallet'; })(ENearWalletId || (ENearWalletId = {})); //# sourceMappingURL=types.js.map