TypeAlias.MultisigWallet
type MultisigWallet = {
address: string;
awaitingMySignature: boolean;
createdAt: string;
id: string;
label: string;
mayEnroll: boolean;
network: | "EthereumAnvil"
| "BaseSepolia"
| "BaseMainnet"
| "XdcApothem"
| "XdcMainnet";
status: "deploying" | "active" | "failed" | "awaiting_signer";
threshold: number;
updatedAt: string;
};
Type Declaration
| Name | Type |
|---|---|
address | string |
awaitingMySignature | boolean |
createdAt | string |
id | string |
label | string |
mayEnroll | boolean |
network | |
status | "deploying" |
threshold | number |
updatedAt | string |