@ledgerhq/coin-celo
Version:
9 lines • 735 B
TypeScript
import { type CeloResources, type CeloResourcesRaw } from "../types";
import { Account, AccountRaw, OperationExtra, OperationExtraRaw } from "@ledgerhq/types-live";
export declare function toCeloResourcesRaw(r: CeloResources): CeloResourcesRaw;
export declare function fromCeloResourcesRaw(r: CeloResourcesRaw): CeloResources;
export declare function assignToAccountRaw(account: Account, accountRaw: AccountRaw): void;
export declare function assignFromAccountRaw(accountRaw: AccountRaw, account: Account): void;
export declare function fromOperationExtraRaw(extraRaw: OperationExtraRaw): OperationExtra;
export declare function toOperationExtraRaw(extra: OperationExtra): OperationExtraRaw;
//# sourceMappingURL=serialization.d.ts.map