UNPKG

@ledgerhq/coin-elrond

Version:
11 lines 429 B
import { SubAccount } from "@ledgerhq/types-live"; import type { Transaction } from "./types"; export declare class ElrondEncodeTransaction { static ESDTTransfer(t: Transaction, ta: SubAccount): string; static delegate(): string; static claimRewards(): string; static withdraw(): string; static reDelegateRewards(): string; static unDelegate(t: Transaction): string; } //# sourceMappingURL=encode.d.ts.map