Skip to main content

TypeAlias.MultisigHoldingsHistory

type MultisigHoldingsHistory = {
snapshots: {
agentsUsdc: string;
centiPerUsdc: number | null;
currency: "EUR" | "USD" | "JPY";
day: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "BaseMainnet"
| "XdcApothem"
| "XdcMainnet";
treasuryUsdc: string;
}[];
};

Type Declaration

NameType
snapshots{ agentsUsdc: string; centiPerUsdc: number