UNPKG

@guru_test/mpc-core-kit

Version:
15 lines (12 loc) 409 B
import _defineProperty from '@babel/runtime/helpers/defineProperty'; class DefaultSessionSigGeneratorPlugin { constructor(mpcCorekitContext) { this.mpcCorekitContext = mpcCorekitContext; _defineProperty(this, "context", void 0); this.context = mpcCorekitContext; } async getSessionSigs() { return this.context.state.signatures || []; } } export { DefaultSessionSigGeneratorPlugin };