@taquito/taquito
Version:
High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.
13 lines (12 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RpcForger = void 0;
class RpcForger {
constructor(context) {
this.context = context;
}
forge({ branch, contents }) {
return this.context.rpc.forgeOperations({ branch, contents });
}
}
exports.RpcForger = RpcForger;