ulysses-actions-sdk
Version:
An sdk for interacting with contracts using Ulysses Protocol
7 lines (6 loc) • 352 B
TypeScript
export { DecrementGaugeAction } from './decrementGauge';
export { DecrementGaugesAction } from './decrementGauges';
export { DelegateGaugeAction } from './delegateGauge';
export { IncrementGaugeAction } from './incrementGauge';
export { IncrementGaugesAction } from './incrementGauges';
export { UndelegateGaugeAction } from './undelegateGauge';