TypeAlias.AgentWallet
type AgentWallet = {
address: string;
createdAt: string;
id: string;
label: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "StarknetDevnet"
| "StarknetSepolia"
| "StarknetMainnet"
| "StellarQuickstart"
| "StellarTestnet"
| "StellarMainnet";
status: "deploying" | "active" | "failed";
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
address | string |
createdAt | string |
id | string |
label | string |
network | |
status | "deploying" |
updatedAt | string |