TypeAlias.CreateMultisigWallet
type CreateMultisigWallet = {
invitedEmails?: string[];
label: string;
network: | "EthereumAnvil"
| "BaseSepolia"
| "BaseMainnet"
| "XdcApothem"
| "XdcMainnet";
threshold: number;
};
Type Declaration
| Name | Type |
|---|---|
invitedEmails? | string[] |
label | string |
network | |
threshold | number |