Variable AccountCreatedEventStructConst
AccountCreatedEventStruct: Struct<{ method: "notify:accountCreated"; params: { account: { address: string; id: string; methods: string[]; options: Record<string, Json>; type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh"; }; accountNameSuggestion?: string; displayConfirmation?: boolean; }; }, { method: Struct<"notify:accountCreated", "notify:accountCreated">; params: Struct<{ account: { address: string; id: string; methods: string[]; options: Record<string, Json>; type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh"; }; accountNameSuggestion?: string; displayConfirmation?: boolean; }, { account: Struct<{ address: string; id: string; methods: string[]; options: Record<string, Json>; type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh"; }, { address: Struct<string, null>; id: Struct<string, null>; methods: Struct<string[], Struct<string, null>>; options: Struct<Record<string, Json>, null>; type: Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh", { bip122:p2wpkh: "bip122:p2wpkh"; eip155:eoa: "eip155:eoa"; eip155:erc4337: "eip155:erc4337"; }>; }>; accountNameSuggestion: Struct<string | ExactOptionalTag, null>; displayConfirmation: Struct<boolean | ExactOptionalTag, null>; }>; }> = ... Type declaration
method: "notify:accountCreated"
params: {
account: {
address: string;
id: string;
methods: string[];
options: Record<string, Json>;
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh";
};
accountNameSuggestion?: string;
displayConfirmation?: boolean;
}
account: {
address: string;
id: string;
methods: string[];
options: Record<string, Json>;
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh";
}
address: string
id: string
methods: string[]
options: Record<string, Json>
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh"
Optional
accountNameSuggestion?: string
Optional
displayConfirmation?: boolean
Type declaration
method: Struct<"notify:accountCreated", "notify:accountCreated">
params: Struct<{
account: {
address: string;
id: string;
methods: string[];
options: Record<string, Json>;
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh";
};
accountNameSuggestion?: string;
displayConfirmation?: boolean;
}, {
account: Struct<{
address: string;
id: string;
methods: string[];
options: Record<string, Json>;
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh";
}, {
address: Struct<string, null>;
id: Struct<string, null>;
methods: Struct<string[], Struct<string, null>>;
options: Struct<Record<string, Json>, null>;
type: Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh", {
bip122:p2wpkh: "bip122:p2wpkh";
eip155:eoa: "eip155:eoa";
eip155:erc4337: "eip155:erc4337";
}>;
}>;
accountNameSuggestion: Struct<string | ExactOptionalTag, null>;
displayConfirmation: Struct<boolean | ExactOptionalTag, null>;
}>
New account object.