Type Alias AccountSignerInternal

AccountSigner: {
    type: "account";
    data: {
        id: `0x${string}`;
    };
}