@ledgerhq/coin-cardano
Version:
Ledger Cardano Coin integration
20 lines (18 loc) • 879 B
text/typescript
import type { AccountRaw } from "@ledgerhq/types-live";
export const cardanoRawAccount1: AccountRaw = {
id: "js:2:cardano_testnet:806499588e0c4a58f4119f7e6e096bf42c3f774a528d2acec9e82ceebf87d1ceb3d4f3622dd2c77c65cc89c123f79337db22cf8a69f122e36dab1bf5083bf82d:cardano",
seedIdentifier: "bea94629d5cf776b8374a00afa15686f0b0742dd0330f86804c61202",
name: "Cardano (Testnet) 1",
derivationMode: "cardano",
index: 0,
freshAddress:
"addr_test1qpj84xm4jlpcsvmrnldj86zz7g4mwzr7qg90wdjpn64uea44mcsd3mzvmr9qhfscxkyla3aqnzttwepay9mt3fz84smqyjvhh4",
freshAddressPath: "1852'/1815'/0'/0/2",
blockHeight: 0,
operations: [],
pendingOperations: [],
currencyId: "cardano_testnet",
lastSyncDate: "",
balance: "10098829375",
xpub: "806499588e0c4a58f4119f7e6e096bf42c3f774a528d2acec9e82ceebf87d1ceb3d4f3622dd2c77c65cc89c123f79337db22cf8a69f122e36dab1bf5083bf82d",
};