@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Delegate = void 0;
class Delegate {
account;
amount;
provider;
constructor(account, amount, provider) {
this.account = account;
this.amount = amount;
this.provider = provider;
}
}
exports.Delegate = Delegate;
//# sourceMappingURL=Delegate.js.map