@ledgerhq/coin-multiversx
Version:
Ledger MultiversX Coin integration
11 lines • 437 B
TypeScript
import { TokenAccount } from "@ledgerhq/types-live";
import type { Transaction } from "./types";
export declare class MultiversXEncodeTransaction {
static ESDTTransfer(t: Transaction, ta: TokenAccount): string;
static delegate(): string;
static claimRewards(): string;
static withdraw(): string;
static reDelegateRewards(): string;
static unDelegate(t: Transaction): string;
}
//# sourceMappingURL=encode.d.ts.map