UNPKG

@ledgerhq/coin-multiversx

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