UNPKG

@nitin-spheron/desub-js

Version:

Typescript library for working with the decentralised subscription contracts in Spheron

6 lines (5 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIGNER_REQUIRED = exports.SIGNER_OR_PROVIDER_REQUIRED = void 0; exports.SIGNER_OR_PROVIDER_REQUIRED = 'signer or provider required'; exports.SIGNER_REQUIRED = 'signer required';