UNPKG

@ledgerhq/live-common

Version:
9 lines 285 B
import { Account } from "../enum/Account"; export type DelegateType = Delegate; export declare class Delegate { account: Account; amount: string; provider: string; constructor(account: Account, amount: string, provider: string); } //# sourceMappingURL=Delegate.d.ts.map