TypeAlias.MultisigContact
type MultisigContact = {
address: string;
archivedAt?: Date | null;
createdAt: string;
id: string;
label: string;
lastUsedAt?: Date | null;
updatedAt: string;
};
Type Declaration
| Name | Type | Default value |
|---|---|---|
address | string | evmAddressSchema |
archivedAt? | Date | null |
createdAt | string | - |
id | string | - |
label | string | - |
lastUsedAt? | Date | null |
updatedAt | string | - |